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