Joseph Weitzel commited on
Commit
7e1f57b
1 Parent(s): ef0b7f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def chatbot(input_text):
31
 
32
  iface = gr.Interface(fn=chatbot,
33
  inputs=gr.inputs.Textbox(lines=7, label="Ask Shirley"),
34
- outputs="Shirley:",
35
  title="Ask Shirley Anything")
36
 
37
  index = construct_index("docs")
 
31
 
32
  iface = gr.Interface(fn=chatbot,
33
  inputs=gr.inputs.Textbox(lines=7, label="Ask Shirley"),
34
+ outputs="text",
35
  title="Ask Shirley Anything")
36
 
37
  index = construct_index("docs")