tonyassi commited on
Commit
3dc9b1c
β€’
1 Parent(s): f518af5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -11,14 +11,18 @@ with gr.Blocks() as demo:
11
 
12
  ---
13
  """)
 
 
 
 
14
 
15
  with gr.Row():
16
  img1 = gr.Markdown("""![](https://cdn.discordapp.com/attachments/1120417968032063538/1187877117548036147/COP_MIKE.png?ex=65987bc6&is=658606c6&hm=127721b6f907a8853b7352b6bfb821a37b26b9543f3c35e5fc80dfe7750d71b5&)""")
17
  img2 = gr.Markdown("""![](https://cdn.discordapp.com/attachments/1120417968032063538/1187877134866333747/SAM_COP_FINAL.png?ex=65987bca&is=658606ca&hm=6c2cd8059636960134f75962eeecc26a0d875ca65e9ee4e233587cff71af31c4&)""")
18
 
19
  with gr.Row():
20
- chatbot1 = gr.Chatbot(label='Ally')
21
- chatbot2 = gr.Chatbot(label='Gatekeeper')
22
 
23
  with gr.Row():
24
  textbox1 = gr.Textbox(label='Ally')
 
11
 
12
  ---
13
  """)
14
+
15
+ with gr.Row():
16
+ ally_title = gr.Markdown("""ALLY""")
17
+ gatekeeper_title = gr.Markdown("""GATEKEEPER""")
18
 
19
  with gr.Row():
20
  img1 = gr.Markdown("""![](https://cdn.discordapp.com/attachments/1120417968032063538/1187877117548036147/COP_MIKE.png?ex=65987bc6&is=658606c6&hm=127721b6f907a8853b7352b6bfb821a37b26b9543f3c35e5fc80dfe7750d71b5&)""")
21
  img2 = gr.Markdown("""![](https://cdn.discordapp.com/attachments/1120417968032063538/1187877134866333747/SAM_COP_FINAL.png?ex=65987bca&is=658606ca&hm=6c2cd8059636960134f75962eeecc26a0d875ca65e9ee4e233587cff71af31c4&)""")
22
 
23
  with gr.Row():
24
+ chatbot1 = gr.Chatbot(label='Ally Chat')
25
+ chatbot2 = gr.Chatbot(label='Gatekeeper Chat')
26
 
27
  with gr.Row():
28
  textbox1 = gr.Textbox(label='Ally')