Spaces:
Runtime error
Runtime error
Commit
·
cd6e5f0
1
Parent(s):
e838b9b
Update app.py
Browse files
app.py
CHANGED
@@ -41,11 +41,11 @@ with st.form("submission_form", clear_on_submit=False):
|
|
41 |
if sidebar_selectbox == "Bulk upload and mark":
|
42 |
with st.form("submission_form", clear_on_submit=False):
|
43 |
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
|
50 |
|
51 |
# If submit_button_compare clicked
|
|
|
41 |
if sidebar_selectbox == "Bulk upload and mark":
|
42 |
with st.form("submission_form", clear_on_submit=False):
|
43 |
|
44 |
+
sentence_1 = st.text_input("Sentence 1 input")
|
45 |
+
|
46 |
+
sentence_2 = st.text_input("Sentence 2 input")
|
47 |
+
|
48 |
+
submit_button_compare = st.form_submit_button("Compare Sentences")
|
49 |
|
50 |
|
51 |
# If submit_button_compare clicked
|