Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -115,7 +115,7 @@ def respond(message, history):
|
|
| 115 |
)
|
| 116 |
return response['choices'][0]['message']['content'].strip()
|
| 117 |
|
| 118 |
-
demo = gr.ChatInterface(respond, type="messages", autofocus=False
|
| 119 |
|
| 120 |
theme = gr.themes.Soft(
|
| 121 |
primary_hue="fuchsia",
|
|
|
|
| 115 |
)
|
| 116 |
return response['choices'][0]['message']['content'].strip()
|
| 117 |
|
| 118 |
+
demo = gr.ChatInterface(respond, type="messages", autofocus=False)
|
| 119 |
|
| 120 |
theme = gr.themes.Soft(
|
| 121 |
primary_hue="fuchsia",
|