Spaces:
Runtime error
Runtime error
Commit
·
3a19224
1
Parent(s):
418bd7c
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ sentence_2 = st.text_input("Sentence 2 input")
|
|
21 |
|
22 |
submit_button = st.button("submit")
|
23 |
|
24 |
-
if
|
25 |
|
26 |
# Perform calculations
|
27 |
|
|
|
21 |
|
22 |
submit_button = st.button("submit")
|
23 |
|
24 |
+
if submit_button:
|
25 |
|
26 |
# Perform calculations
|
27 |
|