Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -27,7 +27,7 @@ demo = gr.Interface(
|
|
| 27 |
label="Text 1",
|
| 28 |
info="Initial text",
|
| 29 |
lines=3,
|
| 30 |
-
type=
|
| 31 |
value="The quick brown fox jumped over the lazy dogs.",
|
| 32 |
),
|
| 33 |
gr.Textbox(
|
|
|
|
| 27 |
label="Text 1",
|
| 28 |
info="Initial text",
|
| 29 |
lines=3,
|
| 30 |
+
type=rtl,
|
| 31 |
value="The quick brown fox jumped over the lazy dogs.",
|
| 32 |
),
|
| 33 |
gr.Textbox(
|