tonyassi commited on
Commit
e37d099
β€’
1 Parent(s): 7f1546a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -15,12 +15,12 @@ with gr.Blocks() as demo:
15
  img2 = gr.Markdown("""![](./SAM_COP_FINAL.png)""")
16
 
17
  with gr.Row():
18
- chatbot1 = gr.Chatbot()
19
- chatbot2 = gr.Chatbot()
20
 
21
  with gr.Row():
22
- textbox1 = gr.Textbox()
23
- textbox2 = gr.Textbox()
24
 
25
  def echo(message, chat_history):
26
  bot_message = 'echo ' + message
 
15
  img2 = gr.Markdown("""![](./SAM_COP_FINAL.png)""")
16
 
17
  with gr.Row():
18
+ chatbot1 = gr.Chatbot(label='Ally')
19
+ chatbot2 = gr.Chatbot(label='Gatekeeper')
20
 
21
  with gr.Row():
22
+ textbox1 = gr.Textbox(label='Ally')
23
+ textbox2 = gr.Textbox(label='Gatekeeper')
24
 
25
  def echo(message, chat_history):
26
  bot_message = 'echo ' + message