Upload folder using huggingface_hub
Browse files
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}")
|
|
|
|
|
|
|
|
|