awacke1 commited on
Commit
1358221
·
1 Parent(s): 4281770

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -82,8 +82,8 @@ def show_file_operations(file_path, sequence_number):
82
  col01, col02, col1, col2, col3 = st.columns(5)
83
  with col01:
84
  st.write(os.path.basename(file_path))
85
- with col02:
86
- st.write(file_path)
87
  with col1:
88
  edit_key = f"edit_{unique_key}_{sequence_number}"
89
  if st.button(f"✏️ Edit", key=edit_key):
 
82
  col01, col02, col1, col2, col3 = st.columns(5)
83
  with col01:
84
  st.write(os.path.basename(file_path))
85
+ #with col02:
86
+ #st.write(file_path)
87
  with col1:
88
  edit_key = f"edit_{unique_key}_{sequence_number}"
89
  if st.button(f"✏️ Edit", key=edit_key):