Spaces:
Sleeping
Sleeping
Fix table name
Browse files
app.py
CHANGED
|
@@ -300,7 +300,7 @@ if st.button("Summarize"):
|
|
| 300 |
st.warning("Please enter text to summarize.")
|
| 301 |
|
| 302 |
# Show simplified model metrics
|
| 303 |
-
st.markdown("<div class='section-header'>Model Performance
|
| 304 |
|
| 305 |
metrics = {
|
| 306 |
"ROUGE-1": "0.4193",
|
|
|
|
| 300 |
st.warning("Please enter text to summarize.")
|
| 301 |
|
| 302 |
# Show simplified model metrics
|
| 303 |
+
st.markdown("<div class='section-header'>Model Performance</div>", unsafe_allow_html=True)
|
| 304 |
|
| 305 |
metrics = {
|
| 306 |
"ROUGE-1": "0.4193",
|