quick fix - temp, caterpillar, title
Browse files
app.py
CHANGED
@@ -137,7 +137,7 @@ custom_css = """
|
|
137 |
# Define the interface
|
138 |
with gr.Blocks(css=custom_css) as demo:
|
139 |
gr.Markdown("<h1 style='text-align: center;'>πβοΈ School AI Chatbot βοΈπ</h1>")
|
140 |
-
gr.Markdown("<h3 style='text-align: center;'>π</h3>")
|
141 |
gr.Markdown("Interact with Wormington Scholar by selecting the appropriate level below.")
|
142 |
|
143 |
|
|
|
137 |
# Define the interface
|
138 |
with gr.Blocks(css=custom_css) as demo:
|
139 |
gr.Markdown("<h1 style='text-align: center;'>πβοΈ School AI Chatbot βοΈπ</h1>")
|
140 |
+
gr.Markdown("<h3 style='text-align: center;'>π</h3>")
|
141 |
gr.Markdown("Interact with Wormington Scholar by selecting the appropriate level below.")
|
142 |
|
143 |
|