igashov commited on
Commit
05a5783
1 Parent(s): dcb9a82

Update gradio version

Browse files
Files changed (2) hide show
  1. app.py +1 -0
  2. requirements.txt +1 -0
app.py CHANGED
@@ -536,6 +536,7 @@ with demo:
536
  ['examples/5ou2_fragments.sdf', 'examples/5ou2_protein.pdb'],
537
  ],
538
  type='values',
 
539
  )
540
 
541
  button = gr.Button('Generate Linker!')
 
536
  ['examples/5ou2_fragments.sdf', 'examples/5ou2_protein.pdb'],
537
  ],
538
  type='values',
539
+ headers=['Input Fragments', 'Target Protein'],
540
  )
541
 
542
  button = gr.Button('Generate Linker!')
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
  biopython==1.79
 
2
  imageio==2.19.2
3
  networkx==2.8.4
4
  pandas==1.4.2
 
1
  biopython==1.79
2
+ gradio==3.24.1
3
  imageio==2.19.2
4
  networkx==2.8.4
5
  pandas==1.4.2