Sukhyun commited on
Commit
8f7b1fa
·
1 Parent(s): 21fc10a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ st.write("Using Zero-Shot NLI model, it computes probability of sentence and MBT
16
  st.write("More about the model: https://github.com/ethHong/mbti_translator_demo")
17
 
18
  user_input = st.text_input("👇👇Put your sentence here", "I stayed home all day")
19
- submit = st.button("Generate:)
20
 
21
  if submit:
22
  with st.spinner("AI is analysing result..."):
 
16
  st.write("More about the model: https://github.com/ethHong/mbti_translator_demo")
17
 
18
  user_input = st.text_input("👇👇Put your sentence here", "I stayed home all day")
19
+ submit = st.button("Generate:")
20
 
21
  if submit:
22
  with st.spinner("AI is analysing result..."):