SonyaHas commited on
Commit
232b4bb
·
verified ·
1 Parent(s): 1015a3a

added banner

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -137,6 +137,8 @@ def respond(message,history):
137
  return response['choices'][0]['message']['content'].strip()
138
 
139
  with gr.Blocks(theme= theme) as chatbot:
 
 
140
  with gr.Row():
141
  with gr.Column(scale= 1):
142
  gr.Image("Aloe_the_Turtle.png")
 
137
  return response['choices'][0]['message']['content'].strip()
138
 
139
  with gr.Blocks(theme= theme) as chatbot:
140
+ with gr.Row(scale = 1):
141
+ gr.image("Capstone_Banner.png")
142
  with gr.Row():
143
  with gr.Column(scale= 1):
144
  gr.Image("Aloe_the_Turtle.png")