PeterPinetree commited on
Commit
c6dd14c
·
verified ·
1 Parent(s): eed058a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -203,7 +203,6 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
203
  # 🔮 AI Story Studio
204
  **Collaborate with AI to craft your own adventure, one scene at a time.**
205
  Pick a genre, start with a prompt or write your own, and guide the story with your choices.
206
-
207
  > **Tip:** The more detail you provide, the deeper the story becomes.
208
  """)
209
 
@@ -320,9 +319,9 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
320
 
321
  # "Download My Story" row
322
  with gr.Row():
323
- save_btn = gr.Button("Download My Story", variant="secondary")
324
 
325
- with gr.Column(scale=0, min_width=250, min_height=40): # Adjust width to make it smaller
326
  story_output = gr.File(
327
  label="Download your story",
328
  file_count="single",
 
203
  # 🔮 AI Story Studio
204
  **Collaborate with AI to craft your own adventure, one scene at a time.**
205
  Pick a genre, start with a prompt or write your own, and guide the story with your choices.
 
206
  > **Tip:** The more detail you provide, the deeper the story becomes.
207
  """)
208
 
 
319
 
320
  # "Download My Story" row
321
  with gr.Row():
322
+ save_btn = gr.Button("Download My Story", variant="secondary", min_width=250, min_height=50)
323
 
324
+ with gr.Column(scale=0, min_width=250, min_height=50): # Adjust width to make it smaller
325
  story_output = gr.File(
326
  label="Download your story",
327
  file_count="single",