ki33elev commited on
Commit
ce8e0e2
1 Parent(s): f07e807

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,4 +55,4 @@ summary = st.text_area(label='Summary (optional)', height=250)
55
 
56
  prediction, prediction_probs = predict(title, summary, tokenizer, model)
57
  ans = get_results(prediction, prediction_probs)
58
- st.markdown(text)
 
55
 
56
  prediction, prediction_probs = predict(title, summary, tokenizer, model)
57
  ans = get_results(prediction, prediction_probs)
58
+ st.markdown(ans)