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