istassiy commited on
Commit
bcb425b
·
1 Parent(s): c33ddb9

commit from

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ if not paper_title and not paper_summary:
81
  st.markdown(f"Must have non-empty title or summary")
82
  else:
83
  with torch.no_grad():
84
- st.markdown(f"{model}")
85
 
86
  raw_predictions = model(
87
  **tokenizer(
 
81
  st.markdown(f"Must have non-empty title or summary")
82
  else:
83
  with torch.no_grad():
84
+ st.markdown(f"{model}", unsafe_allow_html=True)
85
 
86
  raw_predictions = model(
87
  **tokenizer(