Chris4K commited on
Commit
cc5b3b8
·
verified ·
1 Parent(s): 593ce6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -37,6 +37,9 @@ import pandas as pd
37
  from io import StringIO
38
  with st.sidebar:
39
 
 
 
 
40
  st.button("User Description", open_modal)
41
 
42
  st.header("Set Tools and Option. ")
 
37
  from io import StringIO
38
  with st.sidebar:
39
 
40
+ def open_modal():
41
+ st.modal("User Guide", app_user_desc())
42
+
43
  st.button("User Description", open_modal)
44
 
45
  st.header("Set Tools and Option. ")