Spaces:
Runtime error
Runtime error
Commit
·
a3c1b8f
1
Parent(s):
41afa9b
update load func defect
Browse files
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,
|
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
|