Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,9 +12,9 @@ def update_language(value):
|
|
12 |
return [gr.update(visible=False), gr.update(visible=True)]
|
13 |
|
14 |
with gr.Blocks() as demo:
|
15 |
-
with
|
16 |
gr.markdown(CN_md)
|
17 |
-
with
|
18 |
gr.markdown(md)
|
19 |
|
20 |
dt = gr.Textbox(label="Current time")
|
|
|
12 |
return [gr.update(visible=False), gr.update(visible=True)]
|
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")
|