Skip to content

Commit f7993f8

Browse files
committed
chatbot 12: allow the model dropdown to expand
1 parent 6db040c commit f7993f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

notebooks/tps/chatbot/.teacher/chatbot-12.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,8 @@ def __init__(self):
302302
# will be populated later
303303
self.model = ft.Dropdown(
304304
# options=[],
305-
width=300,
305+
# width=300,
306+
expand=True,
306307
)
307308
self.server = ft.Dropdown(
308309
options=[ft.dropdown.Option(server)

0 commit comments

Comments
 (0)