root commited on
Commit
82c94d8
·
1 Parent(s): 4b2b3d0

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -461,7 +461,7 @@ css = '''
461
 
462
  def create_chatbot_demo():
463
  with gr.Blocks(css=css) as demo:
464
- gr.Markdown("# DreamOn: Diffusion Language Models For Code Infilling Beyond Fixed-size Canvas\nClick **Example Prompt** to obtain a prefix and suffix, then click **Generate** to create the code.\nClick **Run Test Cases** to verify the correctness of the code. You can also input your own test cases.")
465
  gr.Markdown(
466
  "[[Model Card](https://huggingface.co/Dream-org/DreamOn-v0-7B)] "
467
  "[[Blog](https://hkunlp.github.io/blog/2025/dreamon/)]"
 
461
 
462
  def create_chatbot_demo():
463
  with gr.Blocks(css=css) as demo:
464
+ gr.Markdown("# DreamOn: Diffusion Language Models For Code Infilling Beyond Fixed-size Canvas\nClick **Example Prompt** to obtain a prefix and suffix, then click **Generate** to create the code.\n\nClick **Run Test Cases** to verify the correctness of the code. You can also input your own test cases.")
465
  gr.Markdown(
466
  "[[Model Card](https://huggingface.co/Dream-org/DreamOn-v0-7B)] "
467
  "[[Blog](https://hkunlp.github.io/blog/2025/dreamon/)]"