Spaces:
Runtime error
Runtime error
Jason St George
commited on
Commit
·
a1296df
1
Parent(s):
73d9f07
app.py
CHANGED
@@ -236,15 +236,13 @@ css=".gradio-container {background-color: lightgray} .overflow-y-auto{height:500
|
|
236 |
block = gr.Blocks(css=css)
|
237 |
|
238 |
with block:
|
|
|
|
|
|
|
|
|
239 |
|
240 |
-
|
241 |
-
gr.
|
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(scale=7)
|
248 |
|
249 |
with gr.Row():
|
250 |
|
|
|
236 |
block = gr.Blocks(css=css)
|
237 |
|
238 |
with block:
|
239 |
+
chatbot = gr.Chatbot(scale=7)
|
240 |
+
|
241 |
+
# with gr.Row():
|
242 |
+
# gr.Markdown("<h3><center>TerenceGPT</center></h3>")
|
243 |
|
244 |
+
# with gr.Column():
|
245 |
+
# gr.Image(type='filepath', value='McKenna3.jpg', shape=(200,100))
|
|
|
|
|
|
|
|
|
|
|
|
|
246 |
|
247 |
with gr.Row():
|
248 |
|