Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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(
|
|
|
55 |
|
56 |
prediction, prediction_probs = predict(title, summary, tokenizer, model)
|
57 |
ans = get_results(prediction, prediction_probs)
|
58 |
+
st.markdown(ans)
|