Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ if __name__ == "__main__":
|
|
89 |
),
|
90 |
gr.Textbox(
|
91 |
label="Release Name",
|
92 |
-
placeholder="My
|
93 |
show_copy_button=True,
|
94 |
),
|
95 |
gr.TextArea(
|
|
|
89 |
),
|
90 |
gr.Textbox(
|
91 |
label="Release Name",
|
92 |
+
placeholder="My New Release",
|
93 |
show_copy_button=True,
|
94 |
),
|
95 |
gr.TextArea(
|