Skip to content

Commit

Permalink
update Column min_width parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
binary-husky committed Feb 12, 2024
1 parent b9b1e12 commit e0c5859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def main():
proxy_info = check_proxy(proxies)

gr_L1 = lambda: gr.Row().style()
gr_L2 = lambda scale, elem_id: gr.Column(scale=scale, elem_id=elem_id)
gr_L2 = lambda scale, elem_id: gr.Column(scale=scale, elem_id=elem_id, min_width=400)
if LAYOUT == "TOP-DOWN":
gr_L1 = lambda: DummyWith()
gr_L2 = lambda scale, elem_id: gr.Row()
Expand Down

0 comments on commit e0c5859

Please sign in to comment.