Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -273,10 +273,10 @@ We currently only support one image at the start of the context! Please start a
|
|
273 |
temp_text = ""
|
274 |
for char in thinking:
|
275 |
temp_text += char
|
276 |
-
yield accumulated_text + temp_text + "\n</code></pre>\n
|
277 |
time.sleep(0.0002)
|
278 |
|
279 |
-
accumulated_text += temp_text + "\n</code></pre>\n
|
280 |
|
281 |
# Yield phần kết luận
|
282 |
accumulated_text += "🎯 **Conclusion:**\n\n"
|
@@ -284,10 +284,10 @@ We currently only support one image at the start of the context! Please start a
|
|
284 |
temp_text = ""
|
285 |
for char in conclusion_part:
|
286 |
temp_text += char
|
287 |
-
yield accumulated_text + temp_text
|
288 |
-
time.sleep(0.
|
289 |
|
290 |
-
accumulated_text += temp_text
|
291 |
|
292 |
|
293 |
CSS ="""
|
|
|
273 |
temp_text = ""
|
274 |
for char in thinking:
|
275 |
temp_text += char
|
276 |
+
yield accumulated_text + temp_text + "\n</code></pre>\n"
|
277 |
time.sleep(0.0002)
|
278 |
|
279 |
+
accumulated_text += temp_text + "\n</code></pre>\n"
|
280 |
|
281 |
# Yield phần kết luận
|
282 |
accumulated_text += "🎯 **Conclusion:**\n\n"
|
|
|
284 |
temp_text = ""
|
285 |
for char in conclusion_part:
|
286 |
temp_text += char
|
287 |
+
yield accumulated_text + temp_text
|
288 |
+
time.sleep(0.02)
|
289 |
|
290 |
+
accumulated_text += temp_text
|
291 |
|
292 |
|
293 |
CSS ="""
|