Pash1986 commited on
Commit
bf7b5a0
·
verified ·
1 Parent(s): 230624a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -133,7 +133,6 @@ def fetch_url_data(url):
133
  with gr.Blocks() as demo:
134
  with gr.Tab("Demo"):
135
 
136
- ## value=[(None, "Hi, I'm a MongoDB and Heystack based question and answer bot 🤖, I can help you answer on the knowledge base above…")]
137
  gr.ChatInterface(get_rag,examples=["List all employees", "Where does jane work?", "Who has the highest salary? List it"], title="Atlas Vector Search Chat",description="This small chat uses a similarity search to find relevant plots as listed above, it uses MongoDB Atlas and Google Gemini.",submit_btn="Search").queue()
138
 
139
  with gr.Tab("Code"):
 
133
  with gr.Blocks() as demo:
134
  with gr.Tab("Demo"):
135
 
 
136
  gr.ChatInterface(get_rag,examples=["List all employees", "Where does jane work?", "Who has the highest salary? List it"], title="Atlas Vector Search Chat",description="This small chat uses a similarity search to find relevant plots as listed above, it uses MongoDB Atlas and Google Gemini.",submit_btn="Search").queue()
137
 
138
  with gr.Tab("Code"):