Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -75,9 +75,8 @@ def file_editor(file_path):
|
|
75 |
|
76 |
|
77 |
def show_file_operations(file_path, sequence_number):
|
78 |
-
st.write(f"File: {os.path.basename(file_path)}")
|
79 |
unique_key = hashlib.md5(file_path.encode()).hexdigest()
|
80 |
-
|
81 |
file_content = ""
|
82 |
|
83 |
col01, col02, col1, col2, col3 = st.columns(5)
|
|
|
75 |
|
76 |
|
77 |
def show_file_operations(file_path, sequence_number):
|
78 |
+
#st.write(f"File: {os.path.basename(file_path)}")
|
79 |
unique_key = hashlib.md5(file_path.encode()).hexdigest()
|
|
|
80 |
file_content = ""
|
81 |
|
82 |
col01, col02, col1, col2, col3 = st.columns(5)
|