Update app.py
Browse files
app.py
CHANGED
@@ -149,7 +149,7 @@ class ChatbotAPP:
|
|
149 |
|
150 |
firstmsg =""
|
151 |
if self.isFirstRun:
|
152 |
-
|
153 |
self.context = self.initContext
|
154 |
self.isFirstRun = False
|
155 |
firstmsg = prompt
|
|
|
149 |
|
150 |
firstmsg =""
|
151 |
if self.isFirstRun:
|
152 |
+
self.start_time = datetime.now()
|
153 |
self.context = self.initContext
|
154 |
self.isFirstRun = False
|
155 |
firstmsg = prompt
|