Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,11 +7,6 @@ import pandas as pd
|
|
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;
|
@@ -20,6 +15,7 @@ css = """
|
|
20 |
{
|
21 |
text-align: right;
|
22 |
flex-direction: row-reverse; /* Makes the main-axis start from the right /
|
|
|
23 |
}
|
24 |
"""
|
25 |
|
|
|
7 |
import random
|
8 |
|
9 |
css = """
|
|
|
|
|
|
|
|
|
|
|
10 |
.rtl
|
11 |
{
|
12 |
text-align: right;
|
|
|
15 |
{
|
16 |
text-align: right;
|
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 |
|