Spaces:
Build error
Build error
Update app.py
Browse files
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
|