kakamond commited on
Commit
af1e4eb
·
verified ·
1 Parent(s): e85334c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ if __name__ == "__main__":
97
  placeholder="Release with binary file with source code.",
98
  show_copy_button=True,
99
  ),
100
- gr.File(label="Binary File", file_count="multiple"),
101
  ],
102
  outputs=gr.TextArea(label="Status", show_copy_button=True),
103
  title="GitHub Release Creator",
 
97
  placeholder="Release with binary file with source code.",
98
  show_copy_button=True,
99
  ),
100
+ gr.File(label="Binary File(s)", file_count="multiple"),
101
  ],
102
  outputs=gr.TextArea(label="Status", show_copy_button=True),
103
  title="GitHub Release Creator",