Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,8 @@ def on_close():
|
|
29 |
|
30 |
|
31 |
def open_modal():
|
32 |
-
|
|
|
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
|