Update app.py
Browse files
app.py
CHANGED
|
@@ -57,7 +57,7 @@ def process(title, summary):
|
|
| 57 |
res.append(f'{classes[prob_idx]}: {prob:.3f}')
|
| 58 |
idx += 1
|
| 59 |
probs_sum += prob
|
| 60 |
-
return
|
| 61 |
|
| 62 |
title = st.text_area("Title", height=30)
|
| 63 |
|
|
|
|
| 57 |
res.append(f'{classes[prob_idx]}: {prob:.3f}')
|
| 58 |
idx += 1
|
| 59 |
probs_sum += prob
|
| 60 |
+
return res
|
| 61 |
|
| 62 |
title = st.text_area("Title", height=30)
|
| 63 |
|