awacke1 commited on
Commit
7194637
·
1 Parent(s): ac0fc4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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)