Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -50,7 +50,7 @@ if st.button("Predict Sales"):
|
|
| 50 |
with st.spinner("Fetching prediction from backend..."):
|
| 51 |
try:
|
| 52 |
response = requests.post(
|
| 53 |
-
"https://lokiiparihar-SuperkartBackendModalDeploy-XGBoost.hf.space/predict,
|
| 54 |
json=input_data
|
| 55 |
)
|
| 56 |
if response.status_code == 200:
|
|
|
|
| 50 |
with st.spinner("Fetching prediction from backend..."):
|
| 51 |
try:
|
| 52 |
response = requests.post(
|
| 53 |
+
"https://lokiiparihar-SuperkartBackendModalDeploy-XGBoost.hf.space/predict",
|
| 54 |
json=input_data
|
| 55 |
)
|
| 56 |
if response.status_code == 200:
|