khang119966 commited on
Commit
50516b5
·
verified ·
1 Parent(s): d85ac0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
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\n---\n"
277
  time.sleep(0.0002)
278
 
279
- accumulated_text += temp_text + "\n</code></pre>\n\n---\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 + "\n\n---\n"
288
- time.sleep(0.001)
289
 
290
- accumulated_text += temp_text + "\n\n---\n"
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 ="""