Omnibus commited on
Commit
bcf0671
·
verified ·
1 Parent(s): fcf4b1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -403,7 +403,7 @@ def load_data():
403
  filename_end = filename_end.replace("-"[0],":").replace("-"[0],":").replace("-"[0],".")
404
  #filename_end_far=filename_end.split(":")[2]
405
  print (filename)
406
- return lod,[(None,f'Source is current as of:\n{filename_start} {filename_end} UTC\n\nThe current Date and Time is:\n{timestamp} UTC')]
407
 
408
  with gr.Blocks() as app:
409
  cb = gr.Chatbot(height=600, show_share_button=True, show_copy_button=True)
 
403
  filename_end = filename_end.replace("-"[0],":").replace("-"[0],":").replace("-"[0],".")
404
  #filename_end_far=filename_end.split(":")[2]
405
  print (filename)
406
+ yield lod,[(None,f'Source is current as of:\n{filename_start} {filename_end} UTC\n\nThe current Date and Time is:\n{timestamp} UTC')]
407
 
408
  with gr.Blocks() as app:
409
  cb = gr.Chatbot(height=600, show_share_button=True, show_copy_button=True)