Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -116,4 +116,14 @@ def respond(message, history):
|
|
116 |
|
117 |
chatbot = gr.ChatInterface(respond, type = 'messages')
|
118 |
|
119 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
116 |
|
117 |
chatbot = gr.ChatInterface(respond, type = 'messages')
|
118 |
|
119 |
+
# with gr.Blocks() as demo:
|
120 |
+
# gr.Image(value="gobuddy.png", interactive=False, show_label=False)
|
121 |
+
|
122 |
+
# chatbot = gr.ChatInterface(
|
123 |
+
# fn=respond,
|
124 |
+
# type="messages",
|
125 |
+
# title="🌟 GoBuddy Chat",
|
126 |
+
# description="Your travel companion"
|
127 |
+
# )
|
128 |
+
|
129 |
+
# demo.launch(debug=True)
|