Upload 2 files
Browse filesAdded passwordless
- Passwordless.json +0 -0
- 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 |
|