TheBobBob commited on
Commit
bf7ff37
·
verified ·
1 Parent(s): 7db6b5f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -262,6 +262,8 @@ def generate_response(db, query_text, previous_context):
262
  return full_response
263
 
264
  def streamlit_app():
 
 
265
  st.title("BioModelsRAG")
266
 
267
  search_str = st.text_input("Enter search query:")
 
262
  return full_response
263
 
264
  def streamlit_app():
265
+ global db
266
+
267
  st.title("BioModelsRAG")
268
 
269
  search_str = st.text_input("Enter search query:")