Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -275,8 +275,8 @@ with gr.Blocks() as demo:
|
|
275 |
with gr.Row():
|
276 |
reset_btn = gr.Button(value="🗑️ Reset")
|
277 |
with gr.Row():
|
278 |
-
|
279 |
-
|
280 |
|
281 |
with gr.Row():
|
282 |
user_name = gr.Textbox(label="Your Name", value="You", placeholder="Enter your name", max_lines=1)
|
|
|
275 |
with gr.Row():
|
276 |
reset_btn = gr.Button(value="🗑️ Reset")
|
277 |
with gr.Row():
|
278 |
+
character_name = gr.Textbox(label="Character Name", value="Ryan", placeholder="Enter character name (max 20 chars)", max_lines=1)
|
279 |
+
character_description = gr.Textbox(label="Character Description", value="Ryan is a college student who is always willing to help. He knows a lot about math and coding.", placeholder="Enter character description (max 200 chars)", max_lines=5)
|
280 |
|
281 |
with gr.Row():
|
282 |
user_name = gr.Textbox(label="Your Name", value="You", placeholder="Enter your name", max_lines=1)
|