Spaces:
Runtime error
Runtime error
Jason St George
commited on
Commit
·
ac5f177
1
Parent(s):
d637df6
update image
Browse files
app.py
CHANGED
@@ -239,11 +239,15 @@ with block:
|
|
239 |
|
240 |
with gr.Row():
|
241 |
gr.Markdown("<h3><center>TerenceGPT</center></h3>")
|
242 |
-
# gr.Image(type='filepath', value='McKenna3.jpg', shape=(200,100))
|
243 |
|
244 |
-
|
|
|
|
|
|
|
|
|
245 |
|
246 |
with gr.Row():
|
|
|
247 |
message = gr.Textbox(
|
248 |
label="What's your question?",
|
249 |
placeholder="Ask Terence McKenna",
|
|
|
239 |
|
240 |
with gr.Row():
|
241 |
gr.Markdown("<h3><center>TerenceGPT</center></h3>")
|
|
|
242 |
|
243 |
+
with gr.Column():
|
244 |
+
gr.Image(type='filepath', value='McKenna3.jpg', shape=(200,100))
|
245 |
+
|
246 |
+
with gr.Column():
|
247 |
+
chatbot = gr.Chatbot()
|
248 |
|
249 |
with gr.Row():
|
250 |
+
|
251 |
message = gr.Textbox(
|
252 |
label="What's your question?",
|
253 |
placeholder="Ask Terence McKenna",
|