jenkim25 commited on
Commit
0029eed
Β·
verified Β·
1 Parent(s): 37e7071

quick fix - temp, caterpillar, title

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