awacke1 commited on
Commit
815085a
1 Parent(s): 4b02e76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def display_next100(dataframe, end):
17
  return df_images, end
18
 
19
  with gr.Blocks() as demo:
20
- gr.Markdown("<h1><center>AIPromptSearch</center></h1>")
21
  gr.Markdown("""<div align="center">Images and Prompts from <a href = "https://playgroundai.com/">Playground AI</a>. <a href="https://github.com/playgroundai/liked_images">Github</a>. <a href="https://playgroundai.com/create">Create Your Own Here</a>.""")
22
 
23
  with gr.Row():
 
17
  return df_images, end
18
 
19
  with gr.Blocks() as demo:
20
+ gr.Markdown("<h1><center>🔍AIPromptSearch🎨</center></h1>")
21
  gr.Markdown("""<div align="center">Images and Prompts from <a href = "https://playgroundai.com/">Playground AI</a>. <a href="https://github.com/playgroundai/liked_images">Github</a>. <a href="https://playgroundai.com/create">Create Your Own Here</a>.""")
22
 
23
  with gr.Row():