AlanOC commited on
Commit
cf050a0
·
verified ·
1 Parent(s): 2bfef0a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -352,7 +352,7 @@ def main():
352
  # Your combined string with the current date included
353
  combined_string = f"Question: {message}\n\nAnswer: {answer}\n\nDate: {date_string}\n\nhttps://www.citizensinformation.ie/"
354
  # Create a list with the three strings
355
- data_to_append = [message, answer, date_string]
356
 
357
 
358
 
 
352
  # Your combined string with the current date included
353
  combined_string = f"Question: {message}\n\nAnswer: {answer}\n\nDate: {date_string}\n\nhttps://www.citizensinformation.ie/"
354
  # Create a list with the three strings
355
+
356
 
357
 
358