Commit
·
28ba0c3
1
Parent(s):
84b7b69
Update app.py
Browse files
app.py
CHANGED
@@ -191,7 +191,7 @@ def ar_spelling_checker(text):
|
|
191 |
|
192 |
return output
|
193 |
|
194 |
-
|
195 |
#input{direction: rtl;}
|
196 |
#component-112{height: 30px;}
|
197 |
.gr-form{margin-top: 15px;}
|
|
|
191 |
|
192 |
return output
|
193 |
|
194 |
+
with gr.Blocks(css="""
|
195 |
#input{direction: rtl;}
|
196 |
#component-112{height: 30px;}
|
197 |
.gr-form{margin-top: 15px;}
|