Spaces:
Runtime error
Runtime error
fix: dual rendering not possible
Browse files
app.py
CHANGED
|
@@ -1103,10 +1103,10 @@ with gr.Blocks(css=CSS) as demo:
|
|
| 1103 |
# PERSIAN GPT by Data Analytics Lab
|
| 1104 |
# """
|
| 1105 |
# )
|
| 1106 |
-
with gr.Row():
|
| 1107 |
-
|
| 1108 |
-
|
| 1109 |
-
|
| 1110 |
|
| 1111 |
# gr.Markdown().attach_load_event(hello, None)
|
| 1112 |
# with gr.Row():
|
|
|
|
| 1103 |
# PERSIAN GPT by Data Analytics Lab
|
| 1104 |
# """
|
| 1105 |
# )
|
| 1106 |
+
# with gr.Row():
|
| 1107 |
+
# with gr.Column(css="""textarea {direction: ltl}
|
| 1108 |
+
# p {direction: ltl}"""):
|
| 1109 |
+
# additional_inputs[-2].render()
|
| 1110 |
|
| 1111 |
# gr.Markdown().attach_load_event(hello, None)
|
| 1112 |
# with gr.Row():
|