Update app.py
Browse files
app.py
CHANGED
@@ -1494,10 +1494,9 @@ if st.button("Clear Query Parameters", key='ClearQueryParams'):
|
|
1494 |
|
1495 |
# 18. Run AI Pipeline
|
1496 |
if __name__ == "__main__":
|
1497 |
-
# Display the glossary grid
|
1498 |
st.markdown("### ๐ฒ๐บ๏ธ Arxiv Paper Search QA RAG MAS using Streamlit and Gradio API")
|
|
|
|
|
1499 |
display_videos_and_links() # Video Jump Grid
|
1500 |
display_images_and_wikipedia_summaries() # Image Jump Grid
|
1501 |
-
display_glossary_grid(roleplaying_glossary) # Word Glossary Jump Grid
|
1502 |
#display_buttons_with_scores() # Feedback Jump Grid
|
1503 |
-
whisper_main()
|
|
|
1494 |
|
1495 |
# 18. Run AI Pipeline
|
1496 |
if __name__ == "__main__":
|
|
|
1497 |
st.markdown("### ๐ฒ๐บ๏ธ Arxiv Paper Search QA RAG MAS using Streamlit and Gradio API")
|
1498 |
+
whisper_main()
|
1499 |
+
display_glossary_grid(roleplaying_glossary) # Word Glossary Jump Grid
|
1500 |
display_videos_and_links() # Video Jump Grid
|
1501 |
display_images_and_wikipedia_summaries() # Image Jump Grid
|
|
|
1502 |
#display_buttons_with_scores() # Feedback Jump Grid
|
|