awacke1 commited on
Commit
61eb20b
1 Parent(s): 4ef1933

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
 
18
  with gr.Blocks() as demo:
19
  gr.Markdown("<h1><center>AIPromptSearch</center></h1>")
20
- 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>.""")
21
 
22
  with gr.Row():
23
  num_end = gr.Number(visible=False)
 
17
 
18
  with gr.Blocks() as demo:
19
  gr.Markdown("<h1><center>AIPromptSearch</center></h1>")
20
+ 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>.""")
21
 
22
  with gr.Row():
23
  num_end = gr.Number(visible=False)