awacke1 commited on
Commit
f0ebde3
1 Parent(s): fdf88cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ 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
94
  #top_n_results = st.slider(key='topnresults', label="Top n results as context", min_value=4, max_value=100, value=100)
 
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
94
  #top_n_results = st.slider(key='topnresults', label="Top n results as context", min_value=4, max_value=100, value=100)