Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- 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 |
-
|
| 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")
|