Spaces:
Sleeping
Sleeping
Commit
·
db8f25f
1
Parent(s):
f11368d
Upload chatbot.py
Browse files- chatbot.py +1 -1
chatbot.py
CHANGED
@@ -228,4 +228,4 @@ outputs = gr.outputs.Textbox(label="Reply")
|
|
228 |
|
229 |
gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="AttachmentBot",
|
230 |
description="Let me survey you about your attachment with certain people in your life",
|
231 |
-
theme="compact").launch(
|
|
|
228 |
|
229 |
gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="AttachmentBot",
|
230 |
description="Let me survey you about your attachment with certain people in your life",
|
231 |
+
theme="compact").launch()
|