Spaces:
Sleeping
Sleeping
added banner
Browse files
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")
|