rwitz commited on
Commit
d1e7aab
·
verified ·
1 Parent(s): 9440aa6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- with gr.Row():
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
  # ...