Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
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()
|