ToluClassics commited on
Commit
6b7727a
1 Parent(s): de79eb1

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -14,6 +14,7 @@ import requests
14
  pp = pprint.PrettyPrinter(indent=2)
15
  st.set_page_config(page_title="Gaia Search", layout="wide")
16
 
 
17
  with open("~/.streamlit/config.toml", "w") as file:
18
  file.write(
19
  """
 
14
  pp = pprint.PrettyPrinter(indent=2)
15
  st.set_page_config(page_title="Gaia Search", layout="wide")
16
 
17
+ os.makedirs("~/.streamlit/")
18
  with open("~/.streamlit/config.toml", "w") as file:
19
  file.write(
20
  """