oracat commited on
Commit
7e619ec
·
1 Parent(s): 2c1f5f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"<h4>Predicted class: {process(text)}</h4>", unsafe_allow_html=True)
 
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)