ToluClassics commited on
Commit
3571a98
1 Parent(s): c76c023

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = False)
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
  """