awacke1 commited on
Commit
d00b848
1 Parent(s): 2dfb08b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def display_next100(dataframe, end):
18
 
19
  with gr.Blocks() as demo:
20
  gr.Markdown("<h1><center>🍰PrompTart🎨</center></h1>")
21
- gr.Markdown("""<div align="center">Art Prompts from <a href = "https://playgroundai.com/">Playground</a>. <a href="https://github.com/playgroundai/liked_images">Git</a>. <a href="https://playgroundai.com/create">Create Art Here</a>.""")
22
 
23
  with gr.Row():
24
  num_end = gr.Number(visible=False)
 
18
 
19
  with gr.Blocks() as demo:
20
  gr.Markdown("<h1><center>🍰PrompTart🎨</center></h1>")
21
+ gr.Markdown("""<div align="center">Art Prompts from <a href = "https://playgroundai.com/">Playground</a>. <a href="https://github.com/playgroundai/liked_images">Git</a>. <a href="https://playgroundai.com/create">Create Art Here</a>. <a href="https://paperswithcode.com/datasets?q=art&v=lst&o=newest">Papers,Code,Datasets for SOTA in Art</a>""")
22
 
23
  with gr.Row():
24
  num_end = gr.Number(visible=False)