rwitz commited on
Commit
af861f7
1 Parent(s): ae55774

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -301,8 +301,8 @@ with gr.Blocks() as demo:
301
  with gr.Row():
302
  reset_btn = gr.Button(value="🗑️ Reset")
303
  with gr.Row():
304
- character_name = gr.Textbox(label="Character Name", value="Ryan", placeholder="Enter character name (max 20 chars)")
305
- 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)")
306
 
307
  with gr.Row():
308
  user_name = gr.Textbox(label="Your Name", value="You", placeholder="Enter your name (max 20 chars)")
 
301
  with gr.Row():
302
  reset_btn = gr.Button(value="🗑️ Reset")
303
  with gr.Row():
304
+ character_name = gr.Textbox(label="Character Name", value="Assistant", placeholder="Enter character name (max 20 chars)")
305
+ character_description = gr.Textbox(label="Character Description", value="The following is a conversation with an AI Large Language Model. The AI has been trained to answer questions, provide recommendations, and help with decision making. The AI follows user requests. The AI thinks outside the box.")
306
 
307
  with gr.Row():
308
  user_name = gr.Textbox(label="Your Name", value="You", placeholder="Enter your name (max 20 chars)")