Gyimah3 commited on
Commit
d10846e
·
1 Parent(s): f620332

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -229,7 +229,7 @@ if submitted:
229
  st.markdown('''---''')
230
 
231
  # Making expander to view all records
232
- expander = st.expander("See all records")
233
  with expander:
234
  df = pd.read_csv(tmp_df_file)
235
  df['Sales']= prediction
 
229
  st.markdown('''---''')
230
 
231
  # Making expander to view all records
232
+ expander = st.expander("See all records")
233
  with expander:
234
  df = pd.read_csv(tmp_df_file)
235
  df['Sales']= prediction