sanaweb commited on
Commit
89646e5
1 Parent(s): 6e96fe9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ demo = gr.Interface(
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(
 
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(