vericudebuget commited on
Commit
6b7e132
·
verified ·
1 Parent(s): d7cc9aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -63,8 +63,12 @@ with gr.Blocks(theme=gr.themes.Soft(), css="""
63
  justify-content: center;
64
  align-items: center;
65
  }
 
 
 
 
66
  """) as app:
67
- with gr.Row().style(equal_height=True):
68
  text_input = gr.Textbox(label="Your message", placeholder="Type your message...", multiline=False, lines=1, max_lines=1, css_classes="flex-grow")
69
  submit_btn = gr.Button(
70
  "send",
 
63
  justify-content: center;
64
  align-items: center;
65
  }
66
+ #row {
67
+ display: flex;
68
+ align-items: center;
69
+ }
70
  """) as app:
71
+ with gr.Row(elem_id="row"):
72
  text_input = gr.Textbox(label="Your message", placeholder="Type your message...", multiline=False, lines=1, max_lines=1, css_classes="flex-grow")
73
  submit_btn = gr.Button(
74
  "send",