Spaces:
Runtime error
Runtime error
Commit
Β·
dd0d16b
1
Parent(s):
df45eb5
Update pages/2_π_Extractive_vs_Abstractive.py
Browse files
pages/2_π_Extractive_vs_Abstractive.py
CHANGED
@@ -326,5 +326,4 @@ with col3:
|
|
326 |
st.write("#### Summary:")
|
327 |
st.write (abs_summary[0], height = 400, placeholder="Abstractive Summary", unsafe_allow_html=True)
|
328 |
st.write("#### Rouge score:", get_rouge_scores(abs_summary[0], txt))
|
329 |
-
|
330 |
-
pass
|
|
|
326 |
st.write("#### Summary:")
|
327 |
st.write (abs_summary[0], height = 400, placeholder="Abstractive Summary", unsafe_allow_html=True)
|
328 |
st.write("#### Rouge score:", get_rouge_scores(abs_summary[0], txt))
|
329 |
+
|
|