pngwn HF Staff commited on
Commit
ef4373d
·
verified ·
1 Parent(s): cce2808

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +2 -2
run.py CHANGED
@@ -214,7 +214,7 @@ MIT
214
 
215
  """
216
  with gr.Blocks() as demo:
217
- gr.Markdown(value=md, header_links=True, height=400)
218
- gr.Markdown(value=md, header_links=True, height=400)
219
 
220
  demo.launch()
 
214
 
215
  """
216
  with gr.Blocks() as demo:
217
+ gr.Markdown(value=md, header_links=True)
218
+ # gr.Markdown(value=md, header_links=True, height=400)
219
 
220
  demo.launch()