Alysha Creelman
commited on
minor change to check sync
Browse files
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
|
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")
|