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"This paper is likely to be from the category **{process(text)}**.)
|
|
|
113 |
## Output
|
114 |
|
115 |
if len(text.strip()) > 0:
|
116 |
+
st.markdown(f"This paper is likely to be from the category **{process(text)}**.")
|