Spaces:
Runtime error
Runtime error
fix: p doesn't work and therefore adding directly to the components
Browse files
app.py
CHANGED
|
@@ -110,7 +110,7 @@ additional_inputs=[
|
|
| 110 |
]
|
| 111 |
|
| 112 |
CSS = """
|
| 113 |
-
.gradio-container textarea
|
| 114 |
"""
|
| 115 |
with gr.Blocks(css=CSS) as demo:
|
| 116 |
with gr.Row():
|
|
|
|
| 110 |
]
|
| 111 |
|
| 112 |
CSS = """
|
| 113 |
+
.gradio-container textarea #component-11 #component-12 {direction: rtl; white-space: pre-line;}
|
| 114 |
"""
|
| 115 |
with gr.Blocks(css=CSS) as demo:
|
| 116 |
with gr.Row():
|