Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,10 +7,11 @@ import pandas as pd
|
|
| 7 |
import random
|
| 8 |
|
| 9 |
css = """
|
| 10 |
-
#component-17{
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
|
|
|
| 14 |
|
| 15 |
file_path = 'instructions/merged.json'
|
| 16 |
df = pd.read_json(file_path, orient='records', lines=False)
|
|
|
|
| 7 |
import random
|
| 8 |
|
| 9 |
css = """
|
| 10 |
+
#component-17{
|
| 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'
|
| 17 |
df = pd.read_json(file_path, orient='records', lines=False)
|