Spaces:
Sleeping
Sleeping
MohammedNasser
commited on
Commit
•
27c30e6
1
Parent(s):
e24a24d
Update app.py
Browse files
app.py
CHANGED
@@ -156,16 +156,17 @@ body {
|
|
156 |
content: '🤖';
|
157 |
}
|
158 |
|
159 |
-
|
160 |
text-align: right !important; /* Align text to the right */
|
161 |
-
direction: rtl !important; /* Set RTL direction */
|
162 |
font-family: 'Cairo', sans-serif !important;
|
163 |
}
|
164 |
|
165 |
-
|
166 |
-
|
|
|
167 |
text-align: right !important; /* Align text to the right */
|
168 |
-
direction: rtl !important; /* Set RTL direction */
|
169 |
}
|
170 |
|
171 |
label {
|
|
|
156 |
content: '🤖';
|
157 |
}
|
158 |
|
159 |
+
.gr-textbox input, .gr-textbox textarea {
|
160 |
text-align: right !important; /* Align text to the right */
|
161 |
+
direction: rtl !important; /* Set RTL text direction */
|
162 |
font-family: 'Cairo', sans-serif !important;
|
163 |
}
|
164 |
|
165 |
+
|
166 |
+
|
167 |
+
.gr-file, .gr-audio {
|
168 |
text-align: right !important; /* Align text to the right */
|
169 |
+
direction: rtl !important; /* Set RTL text direction */
|
170 |
}
|
171 |
|
172 |
label {
|