Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
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):
|