hsienchen commited on
Commit
1d00385
1 Parent(s): 11e0f9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -92,7 +92,11 @@ with gr.Blocks(theme='snehilsanyal/scikit-learn') as app2:
92
  height=750
93
  )
94
  text_box = gr.Dropdown(
95
- ["what is in the image", "provide alternative title for the image", "how many birds can be seen in the picture?"], label="Animal", info="Will add more animals later!"
 
 
 
 
96
  )
97
 
98
  btn = gr.Button("Submit")
 
92
  height=750
93
  )
94
  text_box = gr.Dropdown(
95
+ ["what is in the image",
96
+ "provide alternative title for the image",
97
+ "how many birds can be seen in the picture?"],
98
+ label="Select--",
99
+ info="Will add more animals later!"
100
  )
101
 
102
  btn = gr.Button("Submit")