tonyassi commited on
Commit
20eb7ea
1 Parent(s): 8cc4b14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -108,8 +108,8 @@ with gr.Blocks() as demo:
108
 
109
  # Copy/send responses from one chat to the other
110
  with gr.Row():
111
- copy_ally_text_button = gr.Button(value="Send ally's response to the gatekeeper")
112
- copy_gatekeeper_text_button = gr.Button(value="Send gatekeeper's response to the ally")
113
 
114
  # Input textbox event handlers
115
  textbox1.submit(respond, [textbox1, chatbot1, system_prompt_textbox1], [textbox1, chatbot1])
 
108
 
109
  # Copy/send responses from one chat to the other
110
  with gr.Row():
111
+ copy_ally_text_button = gr.Button(value="➡︎ Send ally's response to the gatekeeper ➡︎")
112
+ copy_gatekeeper_text_button = gr.Button(value="⬅︎ Send gatekeeper's response to the ally")
113
 
114
  # Input textbox event handlers
115
  textbox1.submit(respond, [textbox1, chatbot1, system_prompt_textbox1], [textbox1, chatbot1])