AlanOC commited on
Commit
ae863a5
·
verified ·
1 Parent(s): 5ab9071

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -284,7 +284,8 @@ def main():
284
  current_datetime = datetime.now()
285
 
286
  # Format the date in the desired format, for example, "January 20, 2024"
287
- date_string = current_datetime.strftime("%A, %B %d, %Y, %H:%M:%S")
 
288
 
289
  # Initialize last_question and last_answer
290
  last_question, last_answer = "", ""
 
284
  current_datetime = datetime.now()
285
 
286
  # Format the date in the desired format, for example, "January 20, 2024"
287
+ date_string = current_datetime.strftime("%B %d, %Y")
288
+
289
 
290
  # Initialize last_question and last_answer
291
  last_question, last_answer = "", ""