Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1012,7 +1012,7 @@ def create_interface():
|
|
| 1012 |
|
| 1013 |
with gr.Column(elem_classes=["main-container"]):
|
| 1014 |
# Title Section
|
| 1015 |
-
gr.HTML('<div class="title-header"><h1>🎓 Mimir
|
| 1016 |
|
| 1017 |
# Chat Section
|
| 1018 |
with gr.Row():
|
|
|
|
| 1012 |
|
| 1013 |
with gr.Column(elem_classes=["main-container"]):
|
| 1014 |
# Title Section
|
| 1015 |
+
gr.HTML('<div class="title-header"><h1>🎓 Mimir</h1></div>')
|
| 1016 |
|
| 1017 |
# Chat Section
|
| 1018 |
with gr.Row():
|