Abdelrhman-Elruby commited on
Commit
dc64b11
1 Parent(s): 9b6c8d0

modified: main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -2
main.py CHANGED
@@ -227,8 +227,8 @@ def Log_page():
227
  if log == True:
228
  if 'err' in st.session_state:
229
  st.write(st.session_state.err)
230
- with open('Data/new_tracks.csv') as f:
231
- st.download_button('Download Dataset', f,file_name='new_tracks.csv')
232
  def About_page():
233
  st.header('Development')
234
  """
 
227
  if log == True:
228
  if 'err' in st.session_state:
229
  st.write(st.session_state.err)
230
+ with open('Data/streamlit.csv') as f:
231
+ st.download_button('Download Dataset', f,file_name='streamlit.csv')
232
  def About_page():
233
  st.header('Development')
234
  """