wintergw commited on
Commit
17bd1ba
·
verified ·
1 Parent(s): ebfd8ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import os
6
  HF_TOKEN = os.getenv("HF_TOKEN")
7
 
8
  # Private Space API URL (ensure it's correct)
9
- PRIVATE_SPACE_URL = "https://wintergw-mywebsite-private.hf.space/run"
10
 
11
  st.title("🔗 Connect to Private Hugging Face Space")
12
  st.write("This public app calls the private Streamlit app through an API.")
 
6
  HF_TOKEN = os.getenv("HF_TOKEN")
7
 
8
  # Private Space API URL (ensure it's correct)
9
+ PRIVATE_SPACE_URL = "https://wintergw-mywebsite-private.hf.space:7860/run"
10
 
11
  st.title("🔗 Connect to Private Hugging Face Space")
12
  st.write("This public app calls the private Streamlit app through an API.")