Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -319,11 +319,11 @@ 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"
|
323 |
|
324 |
-
with gr.Column
|
325 |
story_output = gr.File(
|
326 |
-
label="
|
327 |
file_count="single",
|
328 |
file_types=[".md"],
|
329 |
interactive=False,
|
|
|
319 |
|
320 |
# "Download My Story" row
|
321 |
with gr.Row():
|
322 |
+
save_btn = gr.Button("Download My Story", variant="secondary")
|
323 |
|
324 |
+
with gr.Column:
|
325 |
story_output = gr.File(
|
326 |
+
label="My Story",
|
327 |
file_count="single",
|
328 |
file_types=[".md"],
|
329 |
interactive=False,
|