Update app.py
Browse files
app.py
CHANGED
@@ -251,6 +251,8 @@ class ChatbotAPP:
|
|
251 |
#message3 = load_model()
|
252 |
self.unique_id = self.generate_unique_id()
|
253 |
self.update_chatlog_name()
|
|
|
|
|
254 |
return f"All Chat components have been rest. Uniqe ID for this session is, {self.unique_id}. Please note this down.",self.unique_id
|
255 |
|
256 |
def clear_chat_window(self):
|
|
|
251 |
#message3 = load_model()
|
252 |
self.unique_id = self.generate_unique_id()
|
253 |
self.update_chatlog_name()
|
254 |
+
self.start_time = None
|
255 |
+
self.isFirstRun = True
|
256 |
return f"All Chat components have been rest. Uniqe ID for this session is, {self.unique_id}. Please note this down.",self.unique_id
|
257 |
|
258 |
def clear_chat_window(self):
|