Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -10,6 +10,9 @@ css = """
|
|
10 |
.rtl{
|
11 |
text-align: right;
|
12 |
}
|
|
|
|
|
|
|
13 |
.selectize-dropdown, .selectize-input {
|
14 |
direction: rtl !important;
|
15 |
}
|
|
|
10 |
.rtl{
|
11 |
text-align: right;
|
12 |
}
|
13 |
+
#component-18{
|
14 |
+
text-align: right;
|
15 |
+
}
|
16 |
.selectize-dropdown, .selectize-input {
|
17 |
direction: rtl !important;
|
18 |
}
|