simonraj commited on
Commit
5766fdc
Β·
1 Parent(s): 7a1fbcf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,7 +119,7 @@ theme = gr.themes.Soft(primary_hue="indigo", secondary_hue="blue", neutral_hue="
119
  with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;} #chatbot {height: 520px; overflow: auto;width: 600px;}""",
120
  theme=theme) as demo:
121
  gr.HTML(title)
122
- gr.HTML("""<h3 align="center">πŸ”₯This application provides AI assistance for Primary 6 Social Studies students in Singapore focusing on South East Asian Kingdoms πŸŽ‰πŸ₯³πŸŽ‰πŸ™Œ</h1>""")
123
 
124
 
125
  with gr.Column(elem_id = "col_container"):
 
119
  with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;} #chatbot {height: 520px; overflow: auto;width: 600px;}""",
120
  theme=theme) as demo:
121
  gr.HTML(title)
122
+ gr.HTML("""<h3 align="center">πŸ”₯Thisc application provides AI assistance for Primary 6 Students πŸŽ‰πŸ₯³πŸŽ‰πŸ™Œ</h1>""")
123
 
124
 
125
  with gr.Column(elem_id = "col_container"):