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