Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -60,5 +60,6 @@ inputs = [gr.components.Textbox(lines=7, label="Chat with ChatGPT"), gr.componen
|
|
60 |
outputs = [gr.components.Textbox(label="Reply"), gr.components.State()]
|
61 |
|
62 |
gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="ChatGPT-powered Chatbot",
|
63 |
-
description="Ask
|
64 |
-
theme="Default").launch(share=True)
|
|
|
|
60 |
outputs = [gr.components.Textbox(label="Reply"), gr.components.State()]
|
61 |
|
62 |
gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="ChatGPT-powered Chatbot",
|
63 |
+
description="Ask questions about ChatGPT",
|
64 |
+
theme="Default").launch(share=True)
|
65 |
+
|