Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
}
|