Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ class ChatbotAPP:
|
|
62 |
self.service = self.get_drive_service() # Google Drive service instance
|
63 |
self.app = self.create_app() # Gradio app instance
|
64 |
self.chat_log_name = "" # Filename for the chat log
|
65 |
-
self.start_time=
|
66 |
|
67 |
# Method to create Google Drive service instance
|
68 |
def get_drive_service(self):
|
|
|
62 |
self.service = self.get_drive_service() # Google Drive service instance
|
63 |
self.app = self.create_app() # Gradio app instance
|
64 |
self.chat_log_name = "" # Filename for the chat log
|
65 |
+
self.start_time=0 #save the chat session start
|
66 |
|
67 |
# Method to create Google Drive service instance
|
68 |
def get_drive_service(self):
|