Update app.py
Browse files
app.py
CHANGED
|
@@ -127,7 +127,7 @@ with gr.Blocks(title="AI Python Tutor", theme=theme, fill_height=True) as demo:
|
|
| 127 |
# Header
|
| 128 |
with gr.Row(variant="compact"):
|
| 129 |
with gr.Column(scale=1):
|
| 130 |
-
gr.Markdown("## 🐍
|
| 131 |
|
| 132 |
with gr.Row(equal_height=True):
|
| 133 |
# Left Column: Chat & Input
|
|
|
|
| 127 |
# Header
|
| 128 |
with gr.Row(variant="compact"):
|
| 129 |
with gr.Column(scale=1):
|
| 130 |
+
gr.Markdown("## 🐍 AI Python Tutor")
|
| 131 |
|
| 132 |
with gr.Row(equal_height=True):
|
| 133 |
# Left Column: Chat & Input
|