Spaces:
Runtime error
Runtime error
where's the color background?
Browse files
app.py
CHANGED
|
@@ -89,8 +89,8 @@ def cancel_inference():
|
|
| 89 |
|
| 90 |
# Custom CSS for a fancy look
|
| 91 |
custom_css = """
|
| 92 |
-
main-container {
|
| 93 |
-
background-color: #
|
| 94 |
font-family: 'Comic Neue', sans-serif;
|
| 95 |
}
|
| 96 |
|
|
@@ -138,7 +138,7 @@ main-container {
|
|
| 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 |
|
| 144 |
|
|
|
|
| 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 |
|
|
|
|
| 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 |
|
| 144 |
|