Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -113,4 +113,4 @@ text = "\n".join([title, abstract])
|
|
113 |
## Output
|
114 |
|
115 |
if len(text.strip()) > 0:
|
116 |
-
st.markdown(f"<
|
|
|
113 |
## Output
|
114 |
|
115 |
if len(text.strip()) > 0:
|
116 |
+
st.markdown(f"<h6>This paper is likely to be from the category **{process(text)}**.</h6>", unsafe_allow_html=True)
|