Spaces:
Runtime error
Runtime error
Commit
·
e613bf4
1
Parent(s):
82c9d52
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def user_input(input):
|
|
15 |
input=gr.inputs.Textbox(lines=7 , label='Chat with AI')
|
16 |
output=gr.outputs.Textbox(label='replay')
|
17 |
|
18 |
-
interface=gr.Interface(fn=user_input, inputs="text", outputs=
|
19 |
description="Ask anything you want",
|
20 |
theme="compact")
|
21 |
|
|
|
15 |
input=gr.inputs.Textbox(lines=7 , label='Chat with AI')
|
16 |
output=gr.outputs.Textbox(label='replay')
|
17 |
|
18 |
+
interface=gr.Interface(fn=user_input, inputs="text", outputs="text", title="AI Chatbot",
|
19 |
description="Ask anything you want",
|
20 |
theme="compact")
|
21 |
|