zhaokeyao1 commited on
Commit
b46c5d6
1 Parent(s): d68b548

Update utf8

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"�����Ѹ��£���ǰʱ��: {current_time}"
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("""