simonduerr commited on
Commit
cbba1c3
1 Parent(s): 29bd144

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -242,9 +242,8 @@ with metal3d:
242
  label="Residues to use for prediction",
243
  )
244
  custom_resids = gr.Textbox(placeholder="Comma separated list of residues", label="Custom residues")
245
- with gr.Row():
246
- btn = gr.Button("Run")
247
- gr.Markdown(
248
  """ <small>Inference using CPU-only, can be quite slow for more than 20 residues. Use Colab notebook for GPU acceleration</small>
249
  """
250
  )
 
242
  label="Residues to use for prediction",
243
  )
244
  custom_resids = gr.Textbox(placeholder="Comma separated list of residues", label="Custom residues")
245
+ btn = gr.Button("Run")
246
+ gr.Markdown(
 
247
  """ <small>Inference using CPU-only, can be quite slow for more than 20 residues. Use Colab notebook for GPU acceleration</small>
248
  """
249
  )