zhaokeyao1
commited on
Commit
·
b46c5d6
1
Parent(s):
d68b548
Update utf8
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ import datetime
|
|
| 5 |
|
| 6 |
def update_content():
|
| 7 |
current_time = datetime.datetime.now().strftime("%Y-%m-%d %H:%M:%S")
|
| 8 |
-
return f"
|
| 9 |
|
| 10 |
with gr.Blocks() as demo:
|
| 11 |
gr.HTML("""
|
|
|
|
| 5 |
|
| 6 |
def update_content():
|
| 7 |
current_time = datetime.datetime.now().strftime("%Y-%m-%d %H:%M:%S")
|
| 8 |
+
return f"Update: {current_time}"
|
| 9 |
|
| 10 |
with gr.Blocks() as demo:
|
| 11 |
gr.HTML("""
|