Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -140,9 +140,9 @@ body {
|
|
140 |
}
|
141 |
"""
|
142 |
|
143 |
-
# Build the custom Blocks interface
|
144 |
with gr.Blocks(css=custom_css) as demo:
|
145 |
-
with gr.
|
146 |
# Header with a dental icon in the title
|
147 |
with gr.Column(elem_classes=["header"]):
|
148 |
gr.Markdown("## 🦷 Advanced Dental Terminology Chatbot")
|
|
|
140 |
}
|
141 |
"""
|
142 |
|
143 |
+
# Build the custom Blocks interface using gr.Box instead of gr.Container
|
144 |
with gr.Blocks(css=custom_css) as demo:
|
145 |
+
with gr.Box(elem_classes=["container"]):
|
146 |
# Header with a dental icon in the title
|
147 |
with gr.Column(elem_classes=["header"]):
|
148 |
gr.Markdown("## 🦷 Advanced Dental Terminology Chatbot")
|