danielle2003 commited on
Commit
aaae2a5
·
verified ·
1 Parent(s): 3320a90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -570,13 +570,13 @@ if st.session_state.framework == "gen":
570
 
571
  [class*="st-key-form-content"] {{
572
  margin-top:-50px;
573
- height:450px;
574
  border-radius:35px;
575
 
576
  }}
577
  [class*="st-key-form-content1"] {{
578
  margin-top:25px;
579
- height:450px;
580
  border-radius:35px;
581
  margin-bottom:15px;
582
  border-top:none;
@@ -947,7 +947,7 @@ with st.container(key = "main"):
947
 
948
  # Navigation buttons
949
  col1, col2 = st.columns([4, 1])
950
- next = col2.form_submit_button("Next ➡️")
951
 
952
  if next:
953
  st.session_state.form1 = "next"
@@ -1037,7 +1037,7 @@ with st.container(key = "main"):
1037
  st.session_state.form3 = "back"
1038
 
1039
  st.rerun()
1040
- next = col2.form_submit_button("Next")
1041
  if next:
1042
  st.session_state.form4 = "next"
1043
  st.rerun()
 
570
 
571
  [class*="st-key-form-content"] {{
572
  margin-top:-50px;
573
+ height:420px;
574
  border-radius:35px;
575
 
576
  }}
577
  [class*="st-key-form-content1"] {{
578
  margin-top:25px;
579
+ height:420px;
580
  border-radius:35px;
581
  margin-bottom:15px;
582
  border-top:none;
 
947
 
948
  # Navigation buttons
949
  col1, col2 = st.columns([4, 1])
950
+ next = col2.form_submit_button("Next ")
951
 
952
  if next:
953
  st.session_state.form1 = "next"
 
1037
  st.session_state.form3 = "back"
1038
 
1039
  st.rerun()
1040
+ next = col2.form_submit_button("predict")
1041
  if next:
1042
  st.session_state.form4 = "next"
1043
  st.rerun()