unijoh commited on
Commit
e9c4456
·
verified ·
1 Parent(s): aee4959

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -603,7 +603,7 @@ def render(rows_state, lang: str):
603
  return (pd.DataFrame(out_main, columns=df_cols), pd.DataFrame(out_mean, columns=dfm_cols), build_overview(lang))
604
 
605
  with gr.Blocks(css=CSS, title="Marka") as demo:
606
- with gr.Row(equal_height=True):
607
  with gr.Column(scale=2, elem_id="input_col"):
608
  inp = gr.Textbox(lines=6, placeholder="Skriva her ... / Type here ...", show_label=False, elem_id="input_box")
609
  with gr.Column(scale=1, min_width=320):
 
603
  return (pd.DataFrame(out_main, columns=df_cols), pd.DataFrame(out_mean, columns=dfm_cols), build_overview(lang))
604
 
605
  with gr.Blocks(css=CSS, title="Marka") as demo:
606
+ with gr.Row(equal_height=False):
607
  with gr.Column(scale=2, elem_id="input_col"):
608
  inp = gr.Textbox(lines=6, placeholder="Skriva her ... / Type here ...", show_label=False, elem_id="input_box")
609
  with gr.Column(scale=1, min_width=320):