Chris4K commited on
Commit
70de444
·
verified ·
1 Parent(s): b409e9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -29,7 +29,8 @@ def on_close():
29
 
30
 
31
  def open_modal():
32
- st.modal("User Guide", "app_user_desc()")
 
33
 
34
  st.button("User Description", open_modal())
35
  # Define a callback function that will be called when the button is clicked
 
29
 
30
 
31
  def open_modal():
32
+ print("Todo")
33
+ # st.modal("User Guide", "app_user_desc()")
34
 
35
  st.button("User Description", open_modal())
36
  # Define a callback function that will be called when the button is clicked