svummidi commited on
Commit
0b03f5e
1 Parent(s): 05d3d0d

Upload 2 files

Browse files

Added passwordless

Files changed (2) hide show
  1. Passwordless.json +0 -0
  2. app.py +1 -1
Passwordless.json ADDED
The diff for this file is too large to render. See raw diff
 
app.py CHANGED
@@ -26,7 +26,7 @@ def chatbot(indexName, input_text):
26
 
27
 
28
  iface = gr.Interface(fn=chatbot,
29
- inputs= [ gr.Dropdown(["RetroFeedback", "WizFeedback"], type="value", value="RetroFeedback", label="Select Pulse Data"), gr.Textbox(lines=7, label="Ask any question", placeholder='What is the summary?')],
30
  outputs="text",
31
  title="NLP Demo for Chat Interface")
32
 
 
26
 
27
 
28
  iface = gr.Interface(fn=chatbot,
29
+ inputs= [ gr.Dropdown(["RetroFeedback", "WizFeedback", "Passwordless"], type="value", value="RetroFeedback", label="Select Pulse Data"), gr.Textbox(lines=7, label="Ask any question", placeholder='What is the summary?')],
30
  outputs="text",
31
  title="NLP Demo for Chat Interface")
32