Update app.py
Browse files
app.py
CHANGED
@@ -17,8 +17,8 @@ def display_next100(dataframe, end):
|
|
17 |
return df_images, end
|
18 |
|
19 |
with gr.Blocks() as demo:
|
20 |
-
gr.Markdown("<h1><center
|
21 |
-
gr.Markdown("""<div align="center">
|
22 |
|
23 |
with gr.Row():
|
24 |
num_end = gr.Number(visible=False)
|
|
|
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>.""")
|
22 |
|
23 |
with gr.Row():
|
24 |
num_end = gr.Number(visible=False)
|