Alysha Creelman commited on
Commit
51c26e3
Β·
unverified Β·
1 Parent(s): eeb7f5e

minor change to check sync

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -140,7 +140,7 @@ def restart_chatbot():
140
  # Define interface
141
  with gr.Blocks(css=custom_css) as demo:
142
  gr.Markdown("<h2 style='text-align: center;'>🍎✏️ School AI Chatbot ✏️🍎</h2>")
143
- gr.Markdown("<h1 style= 'text-align: center;'>Interact with Wormington Scholar πŸ› by selecting the appropriate level below.</h1>")
144
 
145
  with gr.Row():
146
  elementary_button = gr.Button("Elementary School", elem_id="elementary", variant="primary")
 
140
  # Define interface
141
  with gr.Blocks(css=custom_css) as demo:
142
  gr.Markdown("<h2 style='text-align: center;'>🍎✏️ School AI Chatbot ✏️🍎</h2>")
143
+ gr.Markdown("<h1 style= 'text-align: center;'>Interact with Wormington Scholar πŸ› by selecting the appropriate level below!</h1>")
144
 
145
  with gr.Row():
146
  elementary_button = gr.Button("Elementary School", elem_id="elementary", variant="primary")