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

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
run.py CHANGED
@@ -215,6 +215,6 @@ MIT
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()
 
215
  """
216
  with gr.Blocks() as demo:
217
  gr.Markdown(value=md, header_links=True)
218
+ gr.Markdown(value=md, header_links=True)
219
 
220
  demo.launch()