Update app.py
Browse files
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():
|