Spaces:
Paused
Paused
osanseviero
commited on
Commit
β’
1620a67
1
Parent(s):
875adeb
Update app.py
Browse files
app.py
CHANGED
@@ -150,8 +150,7 @@ with demo:
|
|
150 |
name = gr.Dropdown(label="Choose a Sample Protein", value="Plastic degradation protein", choices=["Antifreeze protein", "Plastic degradation protein", "AI Generated protein", "7-bladed propeller fold", "custom"])
|
151 |
with gr.Row():
|
152 |
inp = gr.Textbox(label="Protein sequence", lines=3, value=DEFAULT_SEQ, placeholder="Write your protein sequence here...")
|
153 |
-
|
154 |
-
btn = gr.Button("π¬ Predict Structure ").style(full_width=False)
|
155 |
mol = gr.HTML(update)
|
156 |
#download = gr.File(label="Download file")
|
157 |
btn.click(fn=update, inputs=inp, outputs=mol)
|
|
|
150 |
name = gr.Dropdown(label="Choose a Sample Protein", value="Plastic degradation protein", choices=["Antifreeze protein", "Plastic degradation protein", "AI Generated protein", "7-bladed propeller fold", "custom"])
|
151 |
with gr.Row():
|
152 |
inp = gr.Textbox(label="Protein sequence", lines=3, value=DEFAULT_SEQ, placeholder="Write your protein sequence here...")
|
153 |
+
btn = gr.Button("π¬ Predict Structure ").style(full_width=False)
|
|
|
154 |
mol = gr.HTML(update)
|
155 |
#download = gr.File(label="Download file")
|
156 |
btn.click(fn=update, inputs=inp, outputs=mol)
|