awacke1 commited on
Commit
4eb4ced
·
verified ·
1 Parent(s): f0ebde3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -87,7 +87,7 @@ def SpeechSynthesis(result):
87
  def search_arxiv(query):
88
 
89
  # Show ArXiv Scholary Articles! ----------------*************-------------***************----------------------------------------
90
- st.title("▶️ Semantic and Episodic Memory System")
91
  client = Client("awacke1/Arxiv-Paper-Search-And-QA-RAG-Pattern")
92
 
93
  search_query = query
@@ -1253,10 +1253,10 @@ if 'query' in st.query_params:
1253
  display_content_or_image(query)
1254
 
1255
  # Add a clear query parameters button for convenience
1256
- if st.button("Clear Query Parameters", key='ClearQueryParams'):
1257
  # This will clear the browser URL's query parameters
1258
- st.experimental_set_query_params
1259
- st.experimental_rerun()
1260
 
1261
 
1262
  st.markdown("### 🎲🗺️ Arxiv Paper Search QA RAG MAS using Streamlit and Gradio API")
 
87
  def search_arxiv(query):
88
 
89
  # Show ArXiv Scholary Articles! ----------------*************-------------***************----------------------------------------
90
+ # st.title("▶️ Semantic and Episodic Memory System")
91
  client = Client("awacke1/Arxiv-Paper-Search-And-QA-RAG-Pattern")
92
 
93
  search_query = query
 
1253
  display_content_or_image(query)
1254
 
1255
  # Add a clear query parameters button for convenience
1256
+ #if st.button("Clear Query Parameters", key='ClearQueryParams'):
1257
  # This will clear the browser URL's query parameters
1258
+ # st.experimental_set_query_params
1259
+ # st.experimental_rerun()
1260
 
1261
 
1262
  st.markdown("### 🎲🗺️ Arxiv Paper Search QA RAG MAS using Streamlit and Gradio API")