Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import pandas as pd
|
|
| 3 |
import requests
|
| 4 |
|
| 5 |
# Set the title of the Streamlit app
|
| 6 |
-
st.title("Suparkart Product
|
| 7 |
|
| 8 |
# Section for online prediction
|
| 9 |
st.subheader("Online Prediction")
|
|
|
|
| 3 |
import requests
|
| 4 |
|
| 5 |
# Set the title of the Streamlit app
|
| 6 |
+
st.title("Suparkart Product Sales Prediction")
|
| 7 |
|
| 8 |
# Section for online prediction
|
| 9 |
st.subheader("Online Prediction")
|