Spaces:
Running
Running
Update app.py
Browse files
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"],
|