Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ import os
|
|
| 6 |
HF_TOKEN = os.getenv("HF_TOKEN")
|
| 7 |
|
| 8 |
# Private Space API URL (replace with your actual username and private Space name)
|
| 9 |
-
PRIVATE_SPACE_URL = "https://
|
| 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 (replace with your actual username and private Space name)
|
| 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.")
|