fixing title size/background color
Browse files
app.py
CHANGED
@@ -89,8 +89,8 @@ def cancel_inference():
|
|
89 |
|
90 |
# Custom CSS for a fancy look
|
91 |
custom_css = """
|
92 |
-
|
93 |
-
background-color: #
|
94 |
font-family: 'Comic Neue', sans-serif;
|
95 |
}
|
96 |
|
@@ -136,8 +136,8 @@ custom_css = """
|
|
136 |
|
137 |
# Define the interface
|
138 |
with gr.Blocks(css=custom_css) as demo:
|
139 |
-
gr.Markdown("<
|
140 |
-
gr.Markdown("<
|
141 |
gr.Markdown("Interact with Wormington Scholar by selecting the appropriate level below.")
|
142 |
|
143 |
|
|
|
89 |
|
90 |
# Custom CSS for a fancy look
|
91 |
custom_css = """
|
92 |
+
main-container {
|
93 |
+
background-color: #CDEBC5;
|
94 |
font-family: 'Comic Neue', sans-serif;
|
95 |
}
|
96 |
|
|
|
136 |
|
137 |
# Define the interface
|
138 |
with gr.Blocks(css=custom_css) as demo:
|
139 |
+
gr.Markdown("<h2 style='text-align: center;'>πβοΈ School AI Chatbot βοΈπ</h2>")
|
140 |
+
gr.Markdown("<h1 style='text-align: center;'>π</h1>")
|
141 |
gr.Markdown("Interact with Wormington Scholar by selecting the appropriate level below.")
|
142 |
|
143 |
|