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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -2,10 +2,10 @@ import streamlit as st
2
  import requests
3
  import os
4
 
5
- # Hugging Face API Token (stored as a secret in the public Space)
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")
 
2
  import requests
3
  import os
4
 
5
+ # Hugging Face API Token (stored in secrets)
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")