Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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..."):
|