Spaces:
Runtime error
Runtime error
Kuaaangwen
commited on
Commit
•
3367c7d
1
Parent(s):
8f36cc4
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ text_classification_model = AutoModelForSequenceClassification.from_pretrained("
|
|
17 |
|
18 |
st.title("Text Classification")
|
19 |
|
20 |
-
st.subheader("Entailment, neutral
|
21 |
|
22 |
with st.form("submission_form", clear_on_submit=False):
|
23 |
|
|
|
17 |
|
18 |
st.title("Text Classification")
|
19 |
|
20 |
+
st.subheader("Entailment, neutral or contradiction?")
|
21 |
|
22 |
with st.form("submission_form", clear_on_submit=False):
|
23 |
|