Spaces:
Sleeping
Sleeping
angelesteban00
commited on
Commit
•
ba04fcf
1
Parent(s):
8b091a4
Update app.py
Browse files
app.py
CHANGED
@@ -104,7 +104,7 @@ with gr.Blocks(theme=Base(), title="MongoDB Atlas Vector Search + RAG Architectu
|
|
104 |
gr.Markdown(DESCRIPTION)
|
105 |
openai_api_key = gr.Textbox(label = "OpenAI API Key (sk-...)", type = "password", lines = 1)
|
106 |
mongo_uri = gr.Textbox(label = "Mongo Atlas URI (mongodb+srv://..)", type = "password", lines = 1)
|
107 |
-
textbox = gr.Textbox(label="Enter your Question:")
|
108 |
with gr.Row():
|
109 |
button = gr.Button("Submit", variant="primary")
|
110 |
with gr.Column():
|
|
|
104 |
gr.Markdown(DESCRIPTION)
|
105 |
openai_api_key = gr.Textbox(label = "OpenAI API Key (sk-...)", type = "password", lines = 1)
|
106 |
mongo_uri = gr.Textbox(label = "Mongo Atlas URI (mongodb+srv://..)", type = "password", lines = 1)
|
107 |
+
textbox = gr.Textbox(label="Enter your Question related to JSON example or PDF:")
|
108 |
with gr.Row():
|
109 |
button = gr.Button("Submit", variant="primary")
|
110 |
with gr.Column():
|