Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -106,10 +106,6 @@ with st.sidebar:
|
|
106 |
index=2,
|
107 |
help="Display categories until reaching this cumulative confidence"
|
108 |
)
|
109 |
-
|
110 |
-
st.markdown(f"""
|
111 |
-
This tool predicts the academic category of research papers using AI.
|
112 |
-
""")
|
113 |
|
114 |
st.title("π Academic Paper Classifier")
|
115 |
|
@@ -166,7 +162,7 @@ if submitted:
|
|
166 |
with st.sidebar:
|
167 |
st.header("About")
|
168 |
st.markdown(f"""
|
169 |
-
This tool predicts the arxiv of research papers by their title and abstarct via fine-tuned BERT.
|
170 |
- Enter title and abstract
|
171 |
- Enjoy the magnificent classification results
|
172 |
""")
|
|
|
106 |
index=2,
|
107 |
help="Display categories until reaching this cumulative confidence"
|
108 |
)
|
|
|
|
|
|
|
|
|
109 |
|
110 |
st.title("π Academic Paper Classifier")
|
111 |
|
|
|
162 |
with st.sidebar:
|
163 |
st.header("About")
|
164 |
st.markdown(f"""
|
165 |
+
This tool predicts the arxiv tag of research papers by their title and abstarct via fine-tuned BERT.
|
166 |
- Enter title and abstract
|
167 |
- Enjoy the magnificent classification results
|
168 |
""")
|