awacke1 commited on
Commit
0c62812
Β·
1 Parent(s): ff444d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -220,8 +220,8 @@ def main():
220
  st.markdown(get_table_download_link(file), unsafe_allow_html=True)
221
  with col2:
222
  if st.button("πŸ”", key="read_"+file): # search emoji button
223
- with open(file, 'r') as f:
224
- file_contents = f.read()
225
  with col3:
226
  if st.button("πŸ—‘", key="delete_"+file):
227
  os.remove(file)
 
220
  st.markdown(get_table_download_link(file), unsafe_allow_html=True)
221
  with col2:
222
  if st.button("πŸ”", key="read_"+file): # search emoji button
223
+ with open(file, 'r') as f:
224
+ file_contents = f.read()
225
  with col3:
226
  if st.button("πŸ—‘", key="delete_"+file):
227
  os.remove(file)