Spaces:
Running
Running
Update app.py
Browse files
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=
|
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",
|