Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ def show_file_operations(file_path):
|
|
61 |
|
62 |
col1, col2, col3 = st.columns(3)
|
63 |
|
64 |
-
|
65 |
if st.button(f"✏️ Edit", key=f"edit_{unique_key}"):
|
66 |
file_content = ""
|
67 |
with open(file_path, "r") as f:
|
|
|
61 |
|
62 |
col1, col2, col3 = st.columns(3)
|
63 |
|
64 |
+
with col1:
|
65 |
if st.button(f"✏️ Edit", key=f"edit_{unique_key}"):
|
66 |
file_content = ""
|
67 |
with open(file_path, "r") as f:
|