Update app.py
Browse files
app.py
CHANGED
@@ -435,7 +435,7 @@ with gr.Blocks(title="π Children's Story Assistant") as app:
|
|
435 |
use_edited.change(fn=toggle_genre_edit, inputs=use_edited, outputs=genre2)
|
436 |
gr.Button("π Load Default Template").click(fn=load_default_template, outputs=preview_text)
|
437 |
|
438 |
-
|
439 |
gr.Markdown("### Your Saved Stories")
|
440 |
|
441 |
story_selector = gr.Dropdown(choices=[], label="Select Story")
|
|
|
435 |
use_edited.change(fn=toggle_genre_edit, inputs=use_edited, outputs=genre2)
|
436 |
gr.Button("π Load Default Template").click(fn=load_default_template, outputs=preview_text)
|
437 |
|
438 |
+
with gr.Tab("π My Stories"):
|
439 |
gr.Markdown("### Your Saved Stories")
|
440 |
|
441 |
story_selector = gr.Dropdown(choices=[], label="Select Story")
|