Updated due to breaking change in Gradio v5

This commit is contained in:
Edward Donner
2024-11-15 06:56:00 +00:00
parent 3189509cfa
commit 7aeb18a3df
2 changed files with 6 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ class App:
column_widths=[4, 1, 1, 1, 2],
row_count=10,
col_count=5,
height=400,
max_height=400,
)
ui.load(start, inputs=[], outputs=[opportunities_dataframe])