Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|
574 |
border-radius:35px;
|
575 |
|
576 |
}}
|
577 |
[class*="st-key-form-content1"] {{
|
578 |
margin-top:25px;
|
579 |
-
height:
|
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("
|
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()
|