igashov commited on
Commit
ebb60a3
1 Parent(s): 9f1ea4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -67,8 +67,8 @@ with demo:
67
  with gr.Row():
68
  with gr.Column():
69
  gr.Markdown('## Input Fragments')
70
- gr.Markdown('Upload the file with 3D-coordinates of the input fragments in .pdb, .mol or .sdf format')
71
- input_file = gr.File(file_count='single', label='Input fragments in .pdb, .mol2 or .sdf format')
72
 
73
  button = gr.Button('Generate Linker!')
74
 
 
67
  with gr.Row():
68
  with gr.Column():
69
  gr.Markdown('## Input Fragments')
70
+ gr.Markdown('Upload the file with 3D-coordinates of the input fragments in `.pdb`, `.mol2` or `.sdf` format')
71
+ input_file = gr.File(file_count='single', label='Input fragments')
72
 
73
  button = gr.Button('Generate Linker!')
74