Update app.py
Browse files
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=
|
| 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):
|