awacke1 commited on
Commit
4f39fc1
โ€ข
1 Parent(s): a42794c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -323,7 +323,7 @@ def search_glossary(query):
323
  database_choice = st.selectbox('๐Ÿ“š Select Database', options=database_options, index=0)
324
  # ๐Ÿ•ต๏ธโ€โ™‚๏ธ Searching the glossary for: query
325
  all_results = ""
326
- st.markdown(f"- {query
327
 
328
  # ๐Ÿ” ArXiv RAG researcher expert ~-<>-~ Paper Summary & Ask LLM
329
  client = Client("awacke1/Arxiv-Paper-Search-And-QA-RAG-Pattern")
 
323
  database_choice = st.selectbox('๐Ÿ“š Select Database', options=database_options, index=0)
324
  # ๐Ÿ•ต๏ธโ€โ™‚๏ธ Searching the glossary for: query
325
  all_results = ""
326
+ #st.markdown(f"- {query}")
327
 
328
  # ๐Ÿ” ArXiv RAG researcher expert ~-<>-~ Paper Summary & Ask LLM
329
  client = Client("awacke1/Arxiv-Paper-Search-And-QA-RAG-Pattern")