svummidi commited on
Commit
dc6d4b3
1 Parent(s): b516a51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", "WizFeedback", "Passwordless"],
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",