Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -17,6 +17,10 @@ css = """
|
|
17 |
flex-direction: row-reverse; /* Makes the main-axis start from the right /
|
18 |
justify-content: flex-start; / Aligns children to the right */
|
19 |
}
|
|
|
|
|
|
|
|
|
20 |
"""
|
21 |
|
22 |
file_path = 'instructions/merged.json'
|
|
|
17 |
flex-direction: row-reverse; /* Makes the main-axis start from the right /
|
18 |
justify-content: flex-start; / Aligns children to the right */
|
19 |
}
|
20 |
+
#component-18
|
21 |
+
{
|
22 |
+
float: right;
|
23 |
+
}
|
24 |
"""
|
25 |
|
26 |
file_path = 'instructions/merged.json'
|