MohamedRashad commited on
Commit
f71590a
·
verified ·
1 Parent(s): 3dc00c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -23,10 +23,14 @@ HEADER = """<div style="text-align: center; margin-bottom: 20px;">
23
  custom_css = """
24
  [aria-label="chatbot conversation"] {
25
  direction: rtl;
 
26
  }
27
  #arabic-chat-input {
28
  direction: rtl;
29
  }
 
 
 
30
  #arabic-chat-input .submit-button svg {
31
  transform: scaleX(-1); /* Flip the SVG to point left */
32
  }
 
23
  custom_css = """
24
  [aria-label="chatbot conversation"] {
25
  direction: rtl;
26
+ text-align: right;
27
  }
28
  #arabic-chat-input {
29
  direction: rtl;
30
  }
31
+ .textarea {
32
+ direction: rtl;
33
+ }
34
  #arabic-chat-input .submit-button svg {
35
  transform: scaleX(-1); /* Flip the SVG to point left */
36
  }