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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -242,11 +242,13 @@ 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
- gr.Markdown(
 
 
246
  """ <small>Inference using CPU-only, can be quite slow for more than 20 residues. Use Colab notebook for GPU acceleration</small>
247
  """
248
  )
249
- btn = gr.Button("Run")
250
 
251
  gr.Markdown("# Output")
252
  out = gr.Textbox(label="status")
 
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
  )
251
+
252
 
253
  gr.Markdown("# Output")
254
  out = gr.Textbox(label="status")