Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +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 |
-
#component-
|
17 |
text-align: right;
|
18 |
direction: rtl;
|
19 |
flex-direction: row-reverse; /* Makes the main-axis start from the right */
|
|
|
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 |
+
#component-17{
|
17 |
text-align: right;
|
18 |
direction: rtl;
|
19 |
flex-direction: row-reverse; /* Makes the main-axis start from the right */
|