simonn8 commited on
Commit
9e2f58f
1 Parent(s): 96e4baf

Changed Quit button name to Submit all votes

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ elif st.sidebar.button("Previous email", key="previous"):
94
  ].stem
95
  st.rerun()
96
  else:
97
- if st.sidebar.button("Quit", key="quit"):
98
  # send email with data or append to jsonl file
99
  if user == "your.email@provider.com":
100
  st.sidebar.error(f"Please provide your email adress")
 
94
  ].stem
95
  st.rerun()
96
  else:
97
+ if st.sidebar.button("Submit all votes", key="quit"):
98
  # send email with data or append to jsonl file
99
  if user == "your.email@provider.com":
100
  st.sidebar.error(f"Please provide your email adress")