luciagomez commited on
Commit
36ea207
·
verified ·
1 Parent(s): 7aa706b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -8,8 +8,8 @@ with gr.Blocks() as demo:
8
 
9
  with gr.Tab("💬 Chat"):
10
  perspective = gr.Textbox(
11
- label="Perspective (system prompt, optional)",
12
- placeholder="e.g., 'Adopt the perspective of a philanthropic advisor prioritizing animal protection and children's education.'",
13
  )
14
  chatbot = gr.Chatbot(type="messages")
15
  msg = gr.Textbox(placeholder="Ask me anything…", show_label=False)
 
8
 
9
  with gr.Tab("💬 Chat"):
10
  perspective = gr.Textbox(
11
+ label="Perspective (optional)",
12
+ placeholder="e.g., 'Adopt the perspective of ...'",
13
  )
14
  chatbot = gr.Chatbot(type="messages")
15
  msg = gr.Textbox(placeholder="Ask me anything…", show_label=False)