Spaces:
Running
Running
Jay Prajapati
commited on
Commit
·
f479cce
1
Parent(s):
b8ffacb
fix: dropdown label
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ def update_amino_acid(safety_param, amino_acid):
|
|
10 |
with gr.Blocks() as demo:
|
11 |
with gr.Row():
|
12 |
with gr.Column():
|
13 |
-
safety_param = gr.Dropdown(["Skin Reaction", "KIBA Score", "Liver Safety"])
|
14 |
drug_name = gr.Textbox(label="Drug Name")
|
15 |
amino_acid = gr.Textbox(label="Amino Acid Name", visible=False)
|
16 |
with gr.Column():
|
|
|
10 |
with gr.Blocks() as demo:
|
11 |
with gr.Row():
|
12 |
with gr.Column():
|
13 |
+
safety_param = gr.Dropdown(["Skin Reaction", "KIBA Score", "Liver Safety"], label="Parameter")
|
14 |
drug_name = gr.Textbox(label="Drug Name")
|
15 |
amino_acid = gr.Textbox(label="Amino Acid Name", visible=False)
|
16 |
with gr.Column():
|