Pratik26Dec commited on
Commit
44e2548
·
verified ·
1 Parent(s): 616e02e

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -9,7 +9,7 @@ st.markdown("### Predict whether a lead will convert to a paid customer.")
9
 
10
  # --- API Configuration ---
11
  # REPLACE THIS WITH YOUR ACTUAL DEPLOYED API URL
12
- API_URL = "https://<your-username>-<your-space-name>.hf.space/predict"
13
 
14
  # --- User Input Form ---
15
  st.header("Lead Information")
 
9
 
10
  # --- API Configuration ---
11
  # REPLACE THIS WITH YOUR ACTUAL DEPLOYED API URL
12
+ API_URL = "https://huggingface.co/spaces/Pratik26Dec/ExtraaLearn"
13
 
14
  # --- User Input Form ---
15
  st.header("Lead Information")