martin8 commited on
Commit
a9f31de
1 Parent(s): 79f811e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -657,7 +657,7 @@ page_names_to_funcs = {
657
  "Compare Document Summarization Performance": text_summarization
658
  }
659
 
660
- demo_name = st.sidebar.selectbox("Pick the best model for your next AI task or compare model performance if to advance your builds", page_names_to_funcs.keys())
661
  page_names_to_funcs[demo_name]()
662
 
663
 
 
657
  "Compare Document Summarization Performance": text_summarization
658
  }
659
 
660
+ demo_name = st.sidebar.selectbox("Pick the best model for your next AI task or directly compare models' performance", page_names_to_funcs.keys())
661
  page_names_to_funcs[demo_name]()
662
 
663