Kangarroar commited on
Commit
c661d50
·
1 Parent(s): a3803c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -28,6 +28,7 @@ if st.button('Show tab'):
28
  show_tab()
29
  # Add content to the tab
30
  st.write('This is a hidden tab. You can now see it!')
 
31
  # Create a button to hide the tab again
32
  if st.button('Hide tab'):
33
  hide_tab()
 
28
  show_tab()
29
  # Add content to the tab
30
  st.write('This is a hidden tab. You can now see it!')
31
+ st.write(f"Password: {password}")
32
  # Create a button to hide the tab again
33
  if st.button('Hide tab'):
34
  hide_tab()