Spaces:
Build error
Build error
Merge branch 'main' of https://huggingface.co/spaces/Queensly/Store_Sales_Prediction_StreamlitApp
Browse files- src/app.py +1 -1
src/app.py
CHANGED
|
@@ -167,6 +167,6 @@ if button:
|
|
| 167 |
st.download_button('Download Data',
|
| 168 |
df.to_csv(index=False),
|
| 169 |
file_name='data.csv')
|
| 170 |
-
|
| 171 |
print(df.shape)
|
| 172 |
|
|
|
|
| 167 |
st.download_button('Download Data',
|
| 168 |
df.to_csv(index=False),
|
| 169 |
file_name='data.csv')
|
| 170 |
+
|
| 171 |
print(df.shape)
|
| 172 |
|