Spaces:
Runtime error
Runtime error
Jason St George
commited on
Commit
·
79813dd
1
Parent(s):
bca43c4
fix
Browse files
app.py
CHANGED
@@ -237,7 +237,7 @@ with block:
|
|
237 |
|
238 |
with gr.Row():
|
239 |
gr.Markdown("<h3><center>TerenceGPT</center></h3>")
|
240 |
-
gr.Image(type='filepath', value='
|
241 |
|
242 |
gr.HTML("Please initialize the chain by clicking 'Start Chain!' before submitting a question.")
|
243 |
with gr.Row():
|
|
|
237 |
|
238 |
with gr.Row():
|
239 |
gr.Markdown("<h3><center>TerenceGPT</center></h3>")
|
240 |
+
gr.Image(type='filepath', value='McKenna3.jpg')
|
241 |
|
242 |
gr.HTML("Please initialize the chain by clicking 'Start Chain!' before submitting a question.")
|
243 |
with gr.Row():
|