Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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 |
|