Spaces:
Runtime error
Runtime error
ToluClassics
commited on
Commit
•
3571a98
1
Parent(s):
c76c023
Add application file
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ import requests
|
|
14 |
pp = pprint.PrettyPrinter(indent=2)
|
15 |
st.set_page_config(page_title="Gaia Search", layout="wide")
|
16 |
|
17 |
-
os.makedirs("~/.streamlit/", exist_ok =
|
18 |
with open("~/.streamlit/config.toml", "w") as file:
|
19 |
file.write(
|
20 |
"""
|
|
|
14 |
pp = pprint.PrettyPrinter(indent=2)
|
15 |
st.set_page_config(page_title="Gaia Search", layout="wide")
|
16 |
|
17 |
+
os.makedirs("~/.streamlit/", exist_ok = True)
|
18 |
with open("~/.streamlit/config.toml", "w") as file:
|
19 |
file.write(
|
20 |
"""
|