Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -13,9 +13,9 @@ def update_language(value):
|
|
13 |
|
14 |
with gr.Blocks() as demo:
|
15 |
with gr.Box() as zh:
|
16 |
-
gr.
|
17 |
with gr.Box() as eng:
|
18 |
-
gr.
|
19 |
|
20 |
dt = gr.Textbox(label="Current time")
|
21 |
dt.change(update_language, input=dt, output=[eng, zh])
|
|
|
13 |
|
14 |
with gr.Blocks() as demo:
|
15 |
with gr.Box() as zh:
|
16 |
+
gr.Markdown(CN_md)
|
17 |
with gr.Box() as eng:
|
18 |
+
gr.Markdown(md)
|
19 |
|
20 |
dt = gr.Textbox(label="Current time")
|
21 |
dt.change(update_language, input=dt, output=[eng, zh])
|