OuroborosM commited on
Commit
a3c1b8f
·
1 Parent(s): 41afa9b

update load func defect

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1659,7 +1659,7 @@ def UpdateChatbot(Running_history):
1659
  - Code interpret (Beta version)
1660
  - Text to Image (forecast)
1661
  """
1662
- Running_history = Running_history + [(None, Running_history+'\n'+WelcomeStr)]
1663
  yield Running_history
1664
 
1665
  global last_answer
 
1659
  - Code interpret (Beta version)
1660
  - Text to Image (forecast)
1661
  """
1662
+ Running_history = Running_history + [(None, timestr+'\n'+WelcomeStr)]
1663
  yield Running_history
1664
 
1665
  global last_answer