wenjiao commited on
Commit
9fa118a
·
1 Parent(s): 672d639

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 row() as zh:
16
  gr.markdown(CN_md)
17
- with row() as eng:
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")