Maryam Ilka commited on
Commit
581959a
·
verified ·
1 Parent(s): 3a36655

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -543,7 +543,7 @@ def demographic_form():
543
  ride_frequency = st.selectbox("دفعات استفاده از سرویس‌های اشتراک سفر در ماه",
544
  ["کمتر از 5 بار", "5-10 بار", "بیش از 10 بار"])
545
 
546
- submit_button = st.form_submit_button("ادامه")
547
 
548
  if submit_button:
549
  st.session_state.demographic_data = {
 
543
  ride_frequency = st.selectbox("دفعات استفاده از سرویس‌های اشتراک سفر در ماه",
544
  ["کمتر از 5 بار", "5-10 بار", "بیش از 10 بار"])
545
 
546
+ submit_button = st.button("ادامه", key="continue_btn", type="primary")
547
 
548
  if submit_button:
549
  st.session_state.demographic_data = {