Spaces:
Runtime error
Runtime error
Commit
·
dd099e7
1
Parent(s):
3dba961
correct append
Browse files
app.py
CHANGED
@@ -1837,7 +1837,7 @@ with gr.Blocks() as demo:
|
|
1837 |
# )
|
1838 |
# main.textbox.submit(chathmi3, [main.textbox, main.chatbot], [main.textbox, main.chatbot])
|
1839 |
UserRecord = gr.State([])
|
1840 |
-
UserRecord.append()
|
1841 |
timestr = time.strftime("%Y-%m-%d-%H:%M:%S")
|
1842 |
# Running_history = Running_history + [(None, 'Timestamp: '+timestr)]
|
1843 |
# # yield Running_history
|
|
|
1837 |
# )
|
1838 |
# main.textbox.submit(chathmi3, [main.textbox, main.chatbot], [main.textbox, main.chatbot])
|
1839 |
UserRecord = gr.State([])
|
1840 |
+
# UserRecord.append()
|
1841 |
timestr = time.strftime("%Y-%m-%d-%H:%M:%S")
|
1842 |
# Running_history = Running_history + [(None, 'Timestamp: '+timestr)]
|
1843 |
# # yield Running_history
|