ayethuzar commited on
Commit
849a6a2
·
unverified ·
1 Parent(s): 1ecd3e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ tokenizer = AutoTokenizer.from_pretrained(model_name)
54
  text = [user_input_abstract[0] + user_input_claims[0]]
55
 
56
  testing = "text " + user_input_abstract
57
- html_str = f"""<style>p.a {{font: bold {12}px Courier;color:#000000;}}</style><p class="a">{result}</p>"""
58
  st.markdown(html_str, unsafe_allow_html=True)
59
 
60
  if submit:
 
54
  text = [user_input_abstract[0] + user_input_claims[0]]
55
 
56
  testing = "text " + user_input_abstract
57
+ html_str = f"""<style>p.a {{font: bold {12}px Courier;color:#000000;}}</style><p class="a">{testing}</p>"""
58
  st.markdown(html_str, unsafe_allow_html=True)
59
 
60
  if submit: