Update app.py
Browse files
app.py
CHANGED
@@ -51,5 +51,5 @@ inputs = [gr.components.Textbox(lines=7, label="Chat with AI"), gr.components.St
|
|
51 |
outputs = [gr.components.Textbox(label="Reply"), gr.components.State()]
|
52 |
|
53 |
gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="AI Chatbot",
|
54 |
-
description="
|
55 |
theme="Default").launch()
|
|
|
51 |
outputs = [gr.components.Textbox(label="Reply"), gr.components.State()]
|
52 |
|
53 |
gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="AI Chatbot",
|
54 |
+
description="Ask anything you want",
|
55 |
theme="Default").launch()
|