Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -88,7 +88,7 @@ file = st.file_uploader ("Upload CSV file", type=["csv"])
|
|
| 88 |
|
| 89 |
if file is not None:
|
| 90 |
|
| 91 |
-
if st.button("Forecast
|
| 92 |
|
| 93 |
inputfile = {"file": (file.name, file.getvalue(), "text/csv")}
|
| 94 |
response = requests.post(
|
|
|
|
| 88 |
|
| 89 |
if file is not None:
|
| 90 |
|
| 91 |
+
if st.button("Forecast Sales for Batch", type='primary'):
|
| 92 |
|
| 93 |
inputfile = {"file": (file.name, file.getvalue(), "text/csv")}
|
| 94 |
response = requests.post(
|