hongaik commited on
Commit
989daab
1 Parent(s): 161b314

added sample file

Browse files
Files changed (2) hide show
  1. .ipynb_checkpoints/app-checkpoint.py +1 -1
  2. app.py +1 -1
.ipynb_checkpoints/app-checkpoint.py CHANGED
@@ -21,7 +21,7 @@ st.write("\n")
21
  st.download_button(
22
  label="Download sample file here",
23
  data=sample_file,
24
- file_name='sample_results.csv',
25
  mime='text/csv',
26
  )
27
 
 
21
  st.download_button(
22
  label="Download sample file here",
23
  data=sample_file,
24
+ file_name='sample_data.csv',
25
  mime='text/csv',
26
  )
27
 
app.py CHANGED
@@ -21,7 +21,7 @@ st.write("\n")
21
  st.download_button(
22
  label="Download sample file here",
23
  data=sample_file,
24
- file_name='sample_results.csv',
25
  mime='text/csv',
26
  )
27
 
 
21
  st.download_button(
22
  label="Download sample file here",
23
  data=sample_file,
24
+ file_name='sample_data.csv',
25
  mime='text/csv',
26
  )
27