dinhdat1110 commited on
Commit
4da6941
·
1 Parent(s): 43d4c61

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="green")) as demo:
75
  value="XGBRegressor",
76
  )
77
 
78
- Brand = gr.Radio(
79
  label="Brand",
80
  choices=['acer', 'asus', 'dell', 'hp', 'lenovo', 'lg', 'msi'],
81
  value='acer'
 
75
  value="XGBRegressor",
76
  )
77
 
78
+ Brand = gr.Dropdown(
79
  label="Brand",
80
  choices=['acer', 'asus', 'dell', 'hp', 'lenovo', 'lg', 'msi'],
81
  value='acer'