Spaces:
Sleeping
Sleeping
Commit
·
63f09ca
1
Parent(s):
8ce80d5
My initial chatbot
Browse files
app.py
CHANGED
@@ -108,7 +108,7 @@ def registry(name, token, examples=None, **kwargs):
|
|
108 |
|
109 |
# Initialize response text
|
110 |
response_text = ""
|
111 |
-
|
112 |
# Stream the response
|
113 |
for chunk in response_stream:
|
114 |
if chunk.text:
|
|
|
108 |
|
109 |
# Initialize response text
|
110 |
response_text = ""
|
111 |
+
|
112 |
# Stream the response
|
113 |
for chunk in response_stream:
|
114 |
if chunk.text:
|