Maryam Ilka commited on
Commit
c6c73eb
·
verified ·
1 Parent(s): 2700327

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -482,7 +482,7 @@ def demographic_form():
482
  ride_frequency = st.selectbox("دفعات استفاده از سرویس‌های اشتراک سفر در ماه",
483
  ["کمتر از 5 بار", "5-10 بار", "بیش از 10 بار"])
484
 
485
- if st.form_submit_button("ادامه", key="continue_btn", type="primary"):
486
  st.session_state.demographic_data = {
487
  "age": age,
488
  "gender": gender,
 
482
  ride_frequency = st.selectbox("دفعات استفاده از سرویس‌های اشتراک سفر در ماه",
483
  ["کمتر از 5 بار", "5-10 بار", "بیش از 10 بار"])
484
 
485
+ if st.form_submit_button("ادامه"):
486
  st.session_state.demographic_data = {
487
  "age": age,
488
  "gender": gender,