Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ def openai_create(prompt):
|
|
23 |
for data in chatbot1.ask(
|
24 |
prompt
|
25 |
):
|
26 |
-
response = data["message"]
|
27 |
return response
|
28 |
|
29 |
|
|
|
23 |
for data in chatbot1.ask(
|
24 |
prompt
|
25 |
):
|
26 |
+
response = data["message"]+ "<br>"
|
27 |
return response
|
28 |
|
29 |
|