Alysha Creelman commited on
Commit
e24e6f8
Β·
unverified Β·
1 Parent(s): 84af4af

Fixing image path app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("Wormington-Scholar/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():
 
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():