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