PeterPinetree commited on
Commit
a19f577
·
verified ·
1 Parent(s): e56cf68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -321,7 +321,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
321
  with gr.Row():
322
  save_btn = gr.Button("Download My Story", variant="secondary")
323
 
324
- with gr.Column: (scale=0, min_width=250)
325
  story_output = gr.File(
326
  label="My Story",
327
  file_count="single",
 
321
  with gr.Row():
322
  save_btn = gr.Button("Download My Story", variant="secondary")
323
 
324
+ with gr.Column(scale=0, min_width=250):
325
  story_output = gr.File(
326
  label="My Story",
327
  file_count="single",