osanseviero commited on
Commit
1620a67
β€’
1 Parent(s): 875adeb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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
- with gr.Column():
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)