xu3kev commited on
Commit
da98b32
1 Parent(s): 6ec8320

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -480,7 +480,7 @@ def main():
480
  gr.Markdown('# Visual Program Synthesis with LLM')
481
  gr.Markdown("""LOGO/Turtle graphics Programming-by-Example problems aims to synthesize a program that generates the given target image, where the program uses drawing library similar to Python Turtle.""")
482
  gr.Markdown("""Here we can draw a target image using the sketchpad, and see what kinds of graphics program LLM generates. To allow the LLM to visually perceive the input image, we convert the image to ASCII strings.""")
483
- gr.Markdown("Please check out our [paper](https://arxiv.org/abs/2406.08316) for more details!")
484
  gr.Markdown("## Select an example logo input or draw your own logo!")
485
  with gr.Row():
486
  with gr.Column(scale=1):
 
480
  gr.Markdown('# Visual Program Synthesis with LLM')
481
  gr.Markdown("""LOGO/Turtle graphics Programming-by-Example problems aims to synthesize a program that generates the given target image, where the program uses drawing library similar to Python Turtle.""")
482
  gr.Markdown("""Here we can draw a target image using the sketchpad, and see what kinds of graphics program LLM generates. To allow the LLM to visually perceive the input image, we convert the image to ASCII strings.""")
483
+ gr.Markdown("Please check out the [project page](https://pbe-llm.github.io/) and [paper](https://arxiv.org/abs/2406.08316) for more details!")
484
  gr.Markdown("## Select an example logo input or draw your own logo!")
485
  with gr.Row():
486
  with gr.Column(scale=1):