Spaces:
Runtime error
Runtime error
Alysha Creelman
commited on
Fixing image path app.py
Browse files
app.py
CHANGED
|
@@ -145,7 +145,7 @@ def restart_chatbot():
|
|
| 145 |
# Define interface
|
| 146 |
with gr.Blocks(css=custom_css) as demo:
|
| 147 |
gr.Markdown("<h2 style='text-align: center;'>πβοΈ School AI Chatbot βοΈπ</h2>")
|
| 148 |
-
gr.Image("
|
| 149 |
gr.Markdown("<h1 style= 'text-align: center;'>Interact with Wormington Scholar π by selecting the appropriate level below.</h1>")
|
| 150 |
|
| 151 |
with gr.Row():
|
|
|
|
| 145 |
# Define interface
|
| 146 |
with gr.Blocks(css=custom_css) as demo:
|
| 147 |
gr.Markdown("<h2 style='text-align: center;'>πβοΈ School AI Chatbot βοΈπ</h2>")
|
| 148 |
+
gr.Image("wormington_headshot.jpg", elem_id="school_ai_image", show_label=False, interactive=False)
|
| 149 |
gr.Markdown("<h1 style= 'text-align: center;'>Interact with Wormington Scholar π by selecting the appropriate level below.</h1>")
|
| 150 |
|
| 151 |
with gr.Row():
|