Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -119,7 +119,6 @@ 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: 400px; 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"):
|
|
|
119 |
with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;} #chatbot {height: 400px; overflow: auto;width: 600px;}""",
|
120 |
theme=theme) as demo:
|
121 |
gr.HTML(title)
|
|
|
122 |
|
123 |
|
124 |
with gr.Column(elem_id = "col_container"):
|