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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -322,7 +322,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
322
  with gr.Row():
323
  save_btn = gr.Button("Download My Story", variant="secondary")
324
 
325
- with gr.Column(scale=0, min_width=150): # Adjust width to make it smaller
326
  story_output = gr.File(
327
  label="Download your story",
328
  file_count="single",
 
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",