awacke1 commited on
Commit
78fbd3a
·
verified ·
1 Parent(s): eeeb231

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -284,7 +284,7 @@ def search_arxiv(query):
284
  response1 = client.predict(
285
  query,
286
  10,
287
- "Semantic Search - up to 10 Mar 2024",
288
  "mistralai/Mixtral-8x7B-Instruct-v0.1",
289
  api_name="/update_with_rag_md"
290
  )
 
284
  response1 = client.predict(
285
  query,
286
  10,
287
+ "Semantic Search",
288
  "mistralai/Mixtral-8x7B-Instruct-v0.1",
289
  api_name="/update_with_rag_md"
290
  )