Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -19,19 +19,6 @@ css = """
|
|
19 |
flex-direction: row-reverse; /* Makes the main-axis start from the right */
|
20 |
justify-content: flex-start; /* Aligns children to the right */
|
21 |
}
|
22 |
-
#component-29{
|
23 |
-
text-align: right;
|
24 |
-
direction: rtl;
|
25 |
-
flex-direction: row-reverse; /* Makes the main-axis start from the right */
|
26 |
-
justify-content: flex-start; /* Aligns children to the right */
|
27 |
-
}
|
28 |
-
.selectize-dropdown, .selectize-input {
|
29 |
-
direction: rtl !important;
|
30 |
-
}
|
31 |
-
#component-19 {
|
32 |
-
flex-direction: row-reverse; /* Makes the main-axis start from the right */
|
33 |
-
justify-content: flex-start; /* Aligns children to the right */
|
34 |
-
}
|
35 |
"""
|
36 |
|
37 |
file_path = 'instructions/merged.json'
|
|
|
19 |
flex-direction: row-reverse; /* Makes the main-axis start from the right */
|
20 |
justify-content: flex-start; /* Aligns children to the right */
|
21 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
"""
|
23 |
|
24 |
file_path = 'instructions/merged.json'
|