Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -13,6 +13,8 @@ css = """
|
|
13 |
.selectize-dropdown, .selectize-input {
|
14 |
direction: rtl !important;
|
15 |
}
|
|
|
|
|
16 |
"""
|
17 |
|
18 |
file_path = 'instructions/merged.json'
|
|
|
13 |
.selectize-dropdown, .selectize-input {
|
14 |
direction: rtl !important;
|
15 |
}
|
16 |
+
flex-direction: row-reverse; /* Makes the main-axis start from the right */
|
17 |
+
justify-content: flex-start; /* Aligns children to the right */
|
18 |
"""
|
19 |
|
20 |
file_path = 'instructions/merged.json'
|