Update app.py
Browse files
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. ")
|