LohithGummi commited on
Commit
e4a883a
·
verified ·
1 Parent(s): 3469e7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -266,6 +266,8 @@ def log_history(email: str,chat_history: list) -> None:
266
  "timestamp": str(datetime.now().strftime("%Y-%m-%d %H:%M:%S"))
267
  }))
268
 
 
 
269
 
270
  def log_action(customer_id: str,task: str, details: str) -> None:
271
  # Save the log to the file
 
266
  "timestamp": str(datetime.now().strftime("%Y-%m-%d %H:%M:%S"))
267
  }))
268
 
269
+ st.write("chat_recorded")
270
+
271
 
272
  def log_action(customer_id: str,task: str, details: str) -> None:
273
  # Save the log to the file