Spaces:
Runtime error
Runtime error
fix: no markdown text on top
Browse files
app.py
CHANGED
|
@@ -333,14 +333,14 @@ def save_whotheyare(x):
|
|
| 333 |
|
| 334 |
with gr.Blocks(css=CSS) as demo:
|
| 335 |
|
| 336 |
-
with gr.Row():
|
| 337 |
-
|
| 338 |
-
|
| 339 |
-
|
| 340 |
-
|
| 341 |
-
|
| 342 |
-
|
| 343 |
-
|
| 344 |
with gr.Row():
|
| 345 |
with gr.Column(css="""textarea {direction: ltl}
|
| 346 |
p {direction: ltl}"""):
|
|
|
|
| 333 |
|
| 334 |
with gr.Blocks(css=CSS) as demo:
|
| 335 |
|
| 336 |
+
# with gr.Row():
|
| 337 |
+
# with gr.Column(css="""textarea {direction: ltl}
|
| 338 |
+
# p {direction: ltl}"""):
|
| 339 |
+
# gr.Markdown(
|
| 340 |
+
# """
|
| 341 |
+
# PERSIAN GPT by Data Analytics Lab
|
| 342 |
+
# """
|
| 343 |
+
# )
|
| 344 |
with gr.Row():
|
| 345 |
with gr.Column(css="""textarea {direction: ltl}
|
| 346 |
p {direction: ltl}"""):
|