eagle0504 commited on
Commit
4c9be4b
·
verified ·
1 Parent(s): 730eec8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -43,6 +43,9 @@ def form_dialog():
43
  if 'form_submitted' not in st.session_state:
44
  st.session_state.form_submitted = False
45
 
 
 
 
46
  if not st.session_state.form_submitted:
47
  if st.button("Open Form"):
48
  form_dialog()
 
43
  if 'form_submitted' not in st.session_state:
44
  st.session_state.form_submitted = False
45
 
46
+ # Adding a title with an emoji
47
+ st.title("📝 Information Form")
48
+
49
  if not st.session_state.form_submitted:
50
  if st.button("Open Form"):
51
  form_dialog()