pngwn HF Staff commited on
Commit
c62d9db
·
verified ·
1 Parent(s): 600d86d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -11,6 +11,7 @@ txt = """
11
  """
12
 
13
  with gr.Blocks() as demo:
14
- gr.Markdown(value=txt)
 
15
 
16
  demo.launch()
 
11
  """
12
 
13
  with gr.Blocks() as demo:
14
+ with gr.Column():
15
+ gr.Markdown(value=txt)
16
 
17
  demo.launch()