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