Tamilvelan commited on
Commit
3009dc3
·
verified ·
1 Parent(s): e47468d

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -85,6 +85,3 @@ if st.button("Predict Sales Total"):
85
  st.error(f"Error making prediction. Status code: {response.status_code}. Response: {response.text}")
86
  except requests.exceptions.RequestException as e:
87
  st.error(f"An error occurred while connecting to the API: {e}")
88
-
89
-
90
- st.markdown("---")
 
85
  st.error(f"Error making prediction. Status code: {response.status_code}. Response: {response.text}")
86
  except requests.exceptions.RequestException as e:
87
  st.error(f"An error occurred while connecting to the API: {e}")