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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -319,9 +319,9 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
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",
 
319
 
320
  # "Download My Story" row
321
  with gr.Row():
322
+ save_btn = gr.Button("Download My Story", variant="secondary", min_width=250, height=50)
323
 
324
+ with gr.Column(scale=0, min_width=250, height=50):
325
  story_output = gr.File(
326
  label="Download your story",
327
  file_count="single",