Spaces:
Sleeping
Sleeping
Commit
·
43ccc9d
1
Parent(s):
aee3005
excluded the airpods max form the list
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ def app_check(input_model,input_charging_case_serial,input_box_serial_number,inp
|
|
70 |
|
71 |
gr.Interface(fn=app_check,
|
72 |
inputs=[
|
73 |
-
gr.inputs.Dropdown(['AirPods_Pro2', 'AirPods_3',
|
74 |
gr.inputs.Textbox(
|
75 |
placeholder="Please enter the CharginCase serial number", label="CharginCase serial number", lines=1,),
|
76 |
gr.inputs.Textbox(
|
|
|
70 |
|
71 |
gr.Interface(fn=app_check,
|
72 |
inputs=[
|
73 |
+
gr.inputs.Dropdown(['AirPods_Pro2', 'AirPods_3', 'AirPods_Pro', 'AirPods_2', 'AirPods_1']),
|
74 |
gr.inputs.Textbox(
|
75 |
placeholder="Please enter the CharginCase serial number", label="CharginCase serial number", lines=1,),
|
76 |
gr.inputs.Textbox(
|