awacke1 commited on
Commit
d6065c2
1 Parent(s): 847aea0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -15,7 +15,8 @@ def display_next1000(dataframe, end):
15
  end = start + 999
16
  df_images = df.loc[start:end]
17
  return df_images, 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>. <a href="https://paperswithcode.com/datasets?q=art&v=lst&o=newest">Papers,Code,Datasets for SOTA in Art</a>""")
 
15
  end = start + 999
16
  df_images = df.loc[start:end]
17
  return df_images, end
18
+
19
+
20
  with gr.Blocks() as demo:
21
  gr.Markdown("<h1><center>🍰PrompTart🎨</center></h1>")
22
  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>""")