AP123 commited on
Commit
62c6ea1
1 Parent(s): 46fc6aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,8 +40,8 @@ As a community effort, this demo was put together by AngryPenguin. Link to model
40
  """
41
 
42
  with gr.Blocks() as demo:
43
- gr.Markdown(description) # Display the description at the top of the interface
44
  gr.Markdown("## Playground-V2.5 Demo")
 
45
 
46
  # Prompt on its own row
47
  with gr.Row():
 
40
  """
41
 
42
  with gr.Blocks() as demo:
 
43
  gr.Markdown("## Playground-V2.5 Demo")
44
+ gr.Markdown(description)
45
 
46
  # Prompt on its own row
47
  with gr.Row():