Spaces:
Sleeping
Sleeping
uploaded banner
Browse files
app.py
CHANGED
|
@@ -135,7 +135,7 @@ def respond(message,history):
|
|
| 135 |
#max tokens is a parameter to determine how long the message should be
|
| 136 |
|
| 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")
|
|
|
|
| 135 |
#max tokens is a parameter to determine how long the message should be
|
| 136 |
|
| 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")
|