Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"):
|