Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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="
|
305 |
-
character_description = gr.Textbox(label="Character Description", value="
|
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)")
|