Lokiiparihar commited on
Commit
794ea8b
·
verified ·
1 Parent(s): 1e6ae11

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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: