Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -137,7 +137,7 @@ 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(scale = .
|
| 141 |
gr.Image("Capstone_Banner.png")
|
| 142 |
with gr.Row():
|
| 143 |
with gr.Column(scale= 1):
|
|
|
|
| 137 |
return response['choices'][0]['message']['content'].strip()
|
| 138 |
|
| 139 |
with gr.Blocks(theme= theme) as chatbot:
|
| 140 |
+
with gr.Row(scale = .5):
|
| 141 |
gr.Image("Capstone_Banner.png")
|
| 142 |
with gr.Row():
|
| 143 |
with gr.Column(scale= 1):
|