Nra commited on
Commit
a4f11c7
·
verified ·
1 Parent(s): 149ed97

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ HF_ID = os.environ.get("HF_ID")
9
  HF_REPO_BACKEND = os.environ.get("HF_REPO_BACKEND")
10
 
11
  #If the URL has underscore the Endpoint will not work. so convert it to hyphen
12
- endpoint_root_url = f"https://{HF_ID}-{HF_REPO_BACKEND}".replace("_", "-") + ".hf.space2"
13
 
14
  # Set the title of the Streamlit app
15
  st.title("Airbnb Rental Price Prediction")
 
9
  HF_REPO_BACKEND = os.environ.get("HF_REPO_BACKEND")
10
 
11
  #If the URL has underscore the Endpoint will not work. so convert it to hyphen
12
+ endpoint_root_url = f"https://{HF_ID}-{HF_REPO_BACKEND}".replace("_", "-") + ".hf.space"
13
 
14
  # Set the title of the Streamlit app
15
  st.title("Airbnb Rental Price Prediction")