rwitz commited on
Commit
7d001db
1 Parent(s): 8a59e4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -298,7 +298,7 @@ with gr.Blocks() as demo:
298
  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 500 chars)")
299
 
300
  with gr.Row():
301
- user_name = gr.Textbox(label="Your Name", value="User", placeholder="Enter your name (max 20 chars)")
302
  # ...
303
 
304
  reset_btn.click(clear_chat, inputs=[state], outputs=[state, chatbot1, chatbot2, upvote_btn_a, upvote_btn_b, textbox, submit_btn])
 
298
  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 500 chars)")
299
 
300
  with gr.Row():
301
+ user_name = gr.Textbox(label="Your Name", value="You", placeholder="Enter your name (max 20 chars)")
302
  # ...
303
 
304
  reset_btn.click(clear_chat, inputs=[state], outputs=[state, chatbot1, chatbot2, upvote_btn_a, upvote_btn_b, textbox, submit_btn])