Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,10 +7,15 @@ import pandas as pd
|
|
| 7 |
import random
|
| 8 |
|
| 9 |
css = """
|
| 10 |
-
#component-19
|
|
|
|
| 11 |
flex-direction: row-reverse; /* Makes the main-axis start from the right /
|
| 12 |
justify-content: flex-start; / Aligns children to the right */
|
| 13 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
"""
|
| 15 |
|
| 16 |
file_path = 'instructions/merged.json'
|
|
|
|
| 7 |
import random
|
| 8 |
|
| 9 |
css = """
|
| 10 |
+
#component-19
|
| 11 |
+
{
|
| 12 |
flex-direction: row-reverse; /* Makes the main-axis start from the right /
|
| 13 |
justify-content: flex-start; / Aligns children to the right */
|
| 14 |
}
|
| 15 |
+
.rtl
|
| 16 |
+
{
|
| 17 |
+
text-align: right;
|
| 18 |
+
}
|
| 19 |
"""
|
| 20 |
|
| 21 |
file_path = 'instructions/merged.json'
|