ECUiVADE commited on
Commit
ae0fd5b
1 Parent(s): 4120d5b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=None #save the chat session start
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):