Update app.py
Browse files
app.py
CHANGED
|
@@ -142,7 +142,7 @@ with gr.Blocks(title="AI Python Tutor", theme=theme, fill_height=True) as demo:
|
|
| 142 |
avatar_images=(None, "https://api.dicebear.com/9.x/bottts-neutral/svg?seed=vibe")
|
| 143 |
)
|
| 144 |
|
| 145 |
-
with gr.Row():
|
| 146 |
msg = gr.Textbox(
|
| 147 |
label="What's your goal?",
|
| 148 |
placeholder="Type 'Hello' to start, or ask: 'How do lists work?'",
|
|
|
|
| 142 |
avatar_images=(None, "https://api.dicebear.com/9.x/bottts-neutral/svg?seed=vibe")
|
| 143 |
)
|
| 144 |
|
| 145 |
+
with gr.Row(equal_height=True):
|
| 146 |
msg = gr.Textbox(
|
| 147 |
label="What's your goal?",
|
| 148 |
placeholder="Type 'Hello' to start, or ask: 'How do lists work?'",
|