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

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -2
src/streamlit_app.py CHANGED
@@ -8,8 +8,7 @@ st.title("🚀 ExtraaLearn Lead Conversion Predictor")
8
  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://huggingface.co/spaces/Pratik26Dec/ExtraaLearn"
13
 
14
  # --- User Input Form ---
15
  st.header("Lead Information")
 
8
  st.markdown("### Predict whether a lead will convert to a paid customer.")
9
 
10
  # --- API Configuration ---
11
+ API_URL = "https://Pratik26Dec-ExtraaLearn.hf.space/predict"
 
12
 
13
  # --- User Input Form ---
14
  st.header("Lead Information")