awacke1 commited on
Commit
1d1f6ff
ยท
verified ยท
1 Parent(s): 63cd97c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py CHANGED
@@ -205,6 +205,14 @@ with gr.Blocks(title="AI Story Generator") as demo:
205
  # Sidebar with Story Starters and Gallery
206
  with gr.Column(scale=1):
207
  gr.Markdown("### ๐Ÿ“š Story Starters")
 
 
 
 
 
 
 
 
208
  story_starters = gr.Dataframe(
209
  value=STORY_STARTERS,
210
  headers=["Category", "Starter"],
 
205
  # Sidebar with Story Starters and Gallery
206
  with gr.Column(scale=1):
207
  gr.Markdown("### ๐Ÿ“š Story Starters")
208
+
209
+ gr.Markdown("# ๐ŸŽฏ ๐“œ๐“ฒ๐”๐“ฝ๐“ป๐“ช๐“ต ๐“ธ๐“ฏ ๐“”๐”๐“น๐“ฎ๐“ป๐“ฝ๐“ผ โšก")
210
+ gr.Markdown("https://arxiv.org/abs/2401.04088")
211
+
212
+ gr.Markdown("# ๐Ÿ“– ๐“ฌ๐“ผ>๐“ช๐“ป๐“ง๐“ฒ๐“ฟ:๐Ÿฎ๐Ÿฐ๐Ÿฌ๐Ÿญ.๐Ÿฌ๐Ÿฐ๐Ÿฌ๐Ÿด๐Ÿด ๐Ÿ’ซ")
213
+ gr.Markdown("gr.Markdown("https://arxiv.org/pdf/2401.04088")
214
+
215
+
216
  story_starters = gr.Dataframe(
217
  value=STORY_STARTERS,
218
  headers=["Category", "Starter"],