Kpenciler commited on
Commit
0fea90b
1 Parent(s): bf7fac6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def main():
49
  st.markdown(get_binary_file_downloader_html(zip_file_name,
50
  text=f"Download {zip_file_name}"),
51
  unsafe_allow_html=True)
52
- st.markdown(f"password: :orange[{password}]")
53
 
54
  os.chdir("../")
55
 
 
49
  st.markdown(get_binary_file_downloader_html(zip_file_name,
50
  text=f"Download {zip_file_name}"),
51
  unsafe_allow_html=True)
52
+ st.markdown(f"password: :orange[{_password}]")
53
 
54
  os.chdir("../")
55