Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -30,6 +30,8 @@ css="""
|
|
30 |
border-top: #9300ff;
|
31 |
border-style: inset;
|
32 |
margin-top: 5px;
|
|
|
|
|
33 |
}
|
34 |
"""
|
35 |
def load_json(url1="",url2="",url3="",url4=""):
|
|
|
30 |
border-top: #9300ff;
|
31 |
border-style: inset;
|
32 |
margin-top: 5px;
|
33 |
+
display:flex;
|
34 |
+
flex-direction:column;
|
35 |
}
|
36 |
"""
|
37 |
def load_json(url1="",url2="",url3="",url4=""):
|