MohammedNasser commited on
Commit
27c30e6
1 Parent(s): e24a24d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -5
app.py CHANGED
@@ -156,16 +156,17 @@ body {
156
  content: '🤖';
157
  }
158
 
159
- #chat_input, #chat_output {
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
- /* Apply RTL for file input and audio components if needed */
166
- #pdf_input input, #submit_button_pdf, #audio_output {
 
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 {