Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("%
|
|
|
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 = "", ""
|