Chris4K commited on
Commit
23104a2
·
verified ·
1 Parent(s): 32df215

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def on_close():
24
  print("The modal was closed!")
25
 
26
  def open_modal():
27
- st.modal("User Guide", app_user_desc())
28
 
29
 
30
  #######
 
24
  print("The modal was closed!")
25
 
26
  def open_modal():
27
+ st.modal("User Guide", "Hello world")
28
 
29
 
30
  #######