broadfield-dev commited on
Commit
6d18403
·
verified ·
1 Parent(s): baf0070

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -97,6 +97,8 @@ with gr.Blocks() as app:
97
  datetimestamp=str(datetime.datetime.now()).split(".")[0]
98
  datestamp=datetimestamp.replace(" ","-").split("-")
99
  timestamp=datestamp[3].split(":")
 
 
100
  with gr.Tab("Raw"):
101
  with gr.Row():
102
  drop1=gr.Dropdown()
 
97
  datetimestamp=str(datetime.datetime.now()).split(".")[0]
98
  datestamp=datetimestamp.replace(" ","-").split("-")
99
  timestamp=datestamp[3].split(":")
100
+ time_html=gr.HTML(f"""<div style='font-size:xxx-large;'>Current: {datetimestamp} UTC</div>""")
101
+
102
  with gr.Tab("Raw"):
103
  with gr.Row():
104
  drop1=gr.Dropdown()