rwitz commited on
Commit
d4c854e
·
verified ·
1 Parent(s): cbc49f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- 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)
 
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)