Queensly commited on
Commit
4f9df00
·
2 Parent(s): 1c3196c 40b6077

Merge branch 'main' of https://huggingface.co/spaces/Queensly/Store_Sales_Prediction_StreamlitApp

Browse files
Files changed (1) hide show
  1. 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