Update app.py
Browse files
app.py
CHANGED
|
@@ -151,7 +151,7 @@ with gr.Blocks(title="AI Python Tutor", theme=theme, fill_height=True) as demo:
|
|
| 151 |
container=False,
|
| 152 |
autofocus=True
|
| 153 |
)
|
| 154 |
-
submit_btn = gr.Button("🚀 Start
|
| 155 |
|
| 156 |
# Quick Examples
|
| 157 |
gr.Examples(
|
|
|
|
| 151 |
container=False,
|
| 152 |
autofocus=True
|
| 153 |
)
|
| 154 |
+
submit_btn = gr.Button("🚀 Start", variant="primary", scale=1)
|
| 155 |
|
| 156 |
# Quick Examples
|
| 157 |
gr.Examples(
|