Update app.py
Browse files
app.py
CHANGED
@@ -163,17 +163,4 @@ with st.expander("Model Performance"):
|
|
163 |
|
164 |
# Footer
|
165 |
st.markdown("---")
|
166 |
-
st.markdown("Created as part of Mini Project 1: Sentiment Analysis API")
|
167 |
-
|
168 |
-
@inproceedings{barbieri-etal-2020-tweeteval,
|
169 |
-
title = "{T}weet{E}val: Unified Benchmark and Comparative Evaluation for Tweet Classification",
|
170 |
-
author = "Barbieri, Francesco, Camacho-Collados, Jose, Espinosa Anke, Luis, Neves, Leonardo",
|
171 |
-
booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2020",
|
172 |
-
month = nov,
|
173 |
-
year = "2020",
|
174 |
-
address = "Online",
|
175 |
-
publisher = "Association for Computational Linguistics",
|
176 |
-
url = "https://aclanthology.org/2020.findings-emnlp.148",
|
177 |
-
doi = "10.18653/v1/2020.findings-emnlp.148",
|
178 |
-
pages = "1644--1650"
|
179 |
-
}
|
|
|
163 |
|
164 |
# Footer
|
165 |
st.markdown("---")
|
166 |
+
st.markdown("Created as part of Mini Project 1: Sentiment Analysis API")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|