omarash2016 commited on
Commit
e0428de
·
verified ·
1 Parent(s): 0de7b88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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?'",