Spaces:
Runtime error
Runtime error
Commit
•
5bd703a
1
Parent(s):
4416234
Update app.py
Browse files
app.py
CHANGED
@@ -49,10 +49,11 @@ css = """
|
|
49 |
margin: auto;
|
50 |
padding-top: 1.5rem;
|
51 |
}
|
52 |
-
.gr-box{
|
53 |
display:flex;
|
54 |
gap: 1rem;
|
55 |
flex-direction: column;
|
|
|
56 |
}
|
57 |
"""
|
58 |
|
|
|
49 |
margin: auto;
|
50 |
padding-top: 1.5rem;
|
51 |
}
|
52 |
+
.gr-box {
|
53 |
display:flex;
|
54 |
gap: 1rem;
|
55 |
flex-direction: column;
|
56 |
+
line-height: 1.5;
|
57 |
}
|
58 |
"""
|
59 |
|