saharM commited on
Commit
71885e4
·
verified ·
1 Parent(s): 5512504

Fix table name

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 (Validation Set)</div>", unsafe_allow_html=True)
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",