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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -94,13 +94,13 @@ if __name__ == "__main__":
94
  ),
95
  gr.TextArea(
96
  label="Describe this release",
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",
104
- description="Upload a binary file to create a new GitHub release.",
105
  flagging_mode="never",
106
  ).launch()
 
94
  ),
95
  gr.TextArea(
96
  label="Describe this release",
97
+ placeholder="Release with binary file(s) and 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",
104
+ description="Upload binary file(s) to create a new GitHub release.",
105
  flagging_mode="never",
106
  ).launch()