Spaces:
Sleeping
Sleeping
ASG Models
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -221,7 +221,7 @@ def dash(text,is_state=False):
|
|
221 |
for chunk in response:
|
222 |
if is_state:
|
223 |
txt+=chunk.text
|
224 |
-
else
|
225 |
txt=chunk.text
|
226 |
|
227 |
|
|
|
221 |
for chunk in response:
|
222 |
if is_state:
|
223 |
txt+=chunk.text
|
224 |
+
else:
|
225 |
txt=chunk.text
|
226 |
|
227 |
|