Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -275,7 +275,7 @@ with gr.Blocks() as demo:
|
|
275 |
with gr.Row():
|
276 |
character_name = gr.Textbox(label="Character Name",value="Ryan", placeholder="Enter character name (max 20 chars)", max_lines=1)
|
277 |
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)
|
278 |
-
|
279 |
user_name = gr.Textbox(label="Your Name",value="You", placeholder="Enter your name", max_lines=1)
|
280 |
|
281 |
# ...
|
|
|
275 |
with gr.Row():
|
276 |
character_name = gr.Textbox(label="Character Name",value="Ryan", placeholder="Enter character name (max 20 chars)", max_lines=1)
|
277 |
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)
|
278 |
+
with gr.Row():
|
279 |
user_name = gr.Textbox(label="Your Name",value="You", placeholder="Enter your name", max_lines=1)
|
280 |
|
281 |
# ...
|