Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,13 +7,9 @@ import pandas as pd
|
|
7 |
import random
|
8 |
|
9 |
css = """
|
10 |
-
|
11 |
-
|
12 |
-
direction: rtl;
|
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'
|
|
|
7 |
import random
|
8 |
|
9 |
css = """
|
10 |
+
#component-17{
|
11 |
+
justify-content: flex-start; /* Aligns children to the right */
|
|
|
|
|
|
|
12 |
}
|
|
|
13 |
"""
|
14 |
|
15 |
file_path = 'instructions/merged.json'
|