danielhjerresen commited on
Commit
14a55dd
·
verified ·
1 Parent(s): 0ce0ace

Update streamlit_app.py

Browse files
Files changed (1) hide show
  1. streamlit_app.py +2 -2
streamlit_app.py CHANGED
@@ -13,9 +13,9 @@ st.set_page_config(
13
  layout="wide",
14
  )
15
 
16
- API_BASE_URL = st.secrets.get(
17
  "API_BASE_URL",
18
- os.getenv("API_BASE_URL", "https://danielhjerresen-API-test.hf.space"),
19
  )
20
 
21
 
 
13
  layout="wide",
14
  )
15
 
16
+ API_BASE_URL = os.getenv(
17
  "API_BASE_URL",
18
+ "https://danielhjerresen-API-test.hf.space",
19
  )
20
 
21