Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ def chatbot(indexName, input_text):
|
|
17 |
|
18 |
iface = gr.Interface(fn=chatbot,
|
19 |
inputs= [
|
20 |
-
gr.Dropdown(["RetroFeedback", "Snowflake", "Datadog", "
|
21 |
type="value", value="RetroFeedback", label="Select Pulse Data"),
|
22 |
gr.Textbox(lines=7, label="Ask any question", placeholder='What is the summary?')],
|
23 |
outputs="text",
|
|
|
17 |
|
18 |
iface = gr.Interface(fn=chatbot,
|
19 |
inputs= [
|
20 |
+
gr.Dropdown(["RetroFeedback", "Snowflake", "Datadog", "Databricks"],
|
21 |
type="value", value="RetroFeedback", label="Select Pulse Data"),
|
22 |
gr.Textbox(lines=7, label="Ask any question", placeholder='What is the summary?')],
|
23 |
outputs="text",
|