Spaces:
Running
Running
zach
commited on
Commit
·
d610c1b
1
Parent(s):
a693a06
Update character description input label to sentence casing
Browse files- src/app.py +1 -1
src/app.py
CHANGED
@@ -289,7 +289,7 @@ def build_input_section() -> Tuple[gr.Markdown, gr.Dropdown, gr.Textbox, gr.Butt
|
|
289 |
interactive=True,
|
290 |
)
|
291 |
character_description_input = gr.Textbox(
|
292 |
-
label="Character
|
293 |
placeholder="Enter your character description to be used to generate text and a novel voice...",
|
294 |
lines=3,
|
295 |
max_lines=8,
|
|
|
289 |
interactive=True,
|
290 |
)
|
291 |
character_description_input = gr.Textbox(
|
292 |
+
label="Character description",
|
293 |
placeholder="Enter your character description to be used to generate text and a novel voice...",
|
294 |
lines=3,
|
295 |
max_lines=8,
|