We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e42a1fa commit 3d5290cCopy full SHA for 3d5290c
1 file changed
renard/ui.py
@@ -350,7 +350,9 @@ def render_input_text(input_type: str):
350
if input_type == "Predefined Example":
351
pp = "\n".join(load_novel_chapters("pride_and_prejudice")[:10])
352
text_area = gr.TextArea(
353
- label="Pride and Prejudice", value=pp, interactive=False
+ label="Pride and Prejudice (10 first chapters)",
354
+ value=pp,
355
+ interactive=False,
356
)
357
input_text.value = pp
358
elif input_type == "Upload .txt file":
0 commit comments