Kuaaangwen commited on
Commit
3a19224
·
1 Parent(s): 418bd7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 st.button('submit'):
25
 
26
  # Perform calculations
27
 
 
21
 
22
  submit_button = st.button("submit")
23
 
24
+ if submit_button:
25
 
26
  # Perform calculations
27