ngocminhta commited on
Commit
f39fd0e
1 Parent(s): bd46dcb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -47,9 +47,9 @@ with gr.Blocks() as demo:
47
  """
48
  )
49
  with gr.Row():
50
- id = gr.Textbox(placeholder="Input your ID", label="", lines=1)
51
  comb = gr.Dropdown(
52
- ["A00", "A01", "B00", "C00", "C03", "D01", "D07"], label="Combination", info="Will add more combinations later!"
53
  )
54
 
55
  with gr.Row():
 
47
  """
48
  )
49
  with gr.Row():
50
+ id = gr.Textbox(placeholder="Input your ID", label="Input your ID:", lines=1)
51
  comb = gr.Dropdown(
52
+ ["A00", "A01", "B00", "C00", "C03", "D01", "D07"], label="Select your Combination:", info="Will add more combinations later!"
53
  )
54
 
55
  with gr.Row():