igashov commited on
Commit
dcb9a82
1 Parent(s): abdd514
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -517,8 +517,8 @@ with demo:
517
  gr.Markdown('## Input')
518
  gr.Markdown('Upload the file with 3D-coordinates of the input fragments in .pdb, .mol2 or .sdf format:')
519
  input_fragments_file = gr.File(file_count='single', label='Input Fragments')
520
- gr.Markdown('(Optionally) upload the file of the target protein in .pdb format:')
521
- input_protein_file = gr.File(file_count='single', label='Target Protein')
522
 
523
  n_steps = gr.Slider(minimum=50, maximum=500, label="Number of Denoising Steps", step=10)
524
  n_atoms = gr.Slider(
 
517
  gr.Markdown('## Input')
518
  gr.Markdown('Upload the file with 3D-coordinates of the input fragments in .pdb, .mol2 or .sdf format:')
519
  input_fragments_file = gr.File(file_count='single', label='Input Fragments')
520
+ gr.Markdown('Upload the file of the target protein in .pdb format (optionally):')
521
+ input_protein_file = gr.File(file_count='single', label='Target Protein (Optional)')
522
 
523
  n_steps = gr.Slider(minimum=50, maximum=500, label="Number of Denoising Steps", step=10)
524
  n_atoms = gr.Slider(