abhishek-kumar commited on
Commit
267c72e
·
verified ·
1 Parent(s): a536b12

Update streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -49,7 +49,7 @@ if uploaded_file is not None:
49
 
50
  try:
51
  # Make request to the backend API
52
- response = requests.post("ttps://huggingface.co/spaces/abhishek-kumar/superkart_sales_backend/predict", files=files)
53
 
54
  if response.status_code == 200:
55
  predictions = response.json()["predictions"]
 
49
 
50
  try:
51
  # Make request to the backend API
52
+ response = requests.post("https://huggingface.co/spaces/abhishek-kumar/superkart_sales_backend/predict", files=files)
53
 
54
  if response.status_code == 200:
55
  predictions = response.json()["predictions"]