Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def main():
|
|
15 |
)
|
16 |
|
17 |
# App title and description with colorful text
|
18 |
-
st.title("
|
19 |
st.markdown(
|
20 |
"""
|
21 |
This app performs zero-shot text classification using the Facebook BART-Large-MNLI model.
|
|
|
15 |
)
|
16 |
|
17 |
# App title and description with colorful text
|
18 |
+
st.title("Zero-Shot Text Classification")
|
19 |
st.markdown(
|
20 |
"""
|
21 |
This app performs zero-shot text classification using the Facebook BART-Large-MNLI model.
|