Denys9 commited on
Commit
4c78ccc
·
1 Parent(s): 4696005

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,6 +11,6 @@ def chatbot(input_text):
11
 
12
  demo = gr.Interface(fn=chatbot,
13
  inputs=gr.components.Textbox(lines=7, label="Enter your question"),
14
- outputs=gr.components.Textbox(lines=7, label="Enter your question"),
15
  title="Gamecraft AI Chatbot")
16
  demo.launch()
 
11
 
12
  demo = gr.Interface(fn=chatbot,
13
  inputs=gr.components.Textbox(lines=7, label="Enter your question"),
14
+ outputs=gr.components.Textbox(lines=7, label="Answer"),
15
  title="Gamecraft AI Chatbot")
16
  demo.launch()