jenkim25 commited on
Commit
1ff178d
Β·
verified Β·
1 Parent(s): b735702

where's the color background?

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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: #CDEBC5;
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