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