Spaces:
Paused
Paused
igashov commited on
Commit ·
9a275b5
1
Parent(s): e341000
examples
Browse files
app.py
CHANGED
|
@@ -164,7 +164,7 @@ with demo:
|
|
| 164 |
gr.Markdown('Upload the file with 3D-coordinates of the input fragments in .pdb, .mol2 or .sdf format:')
|
| 165 |
input_file = gr.File(file_count='single', label='Input Fragments')
|
| 166 |
examples = gr.Examples(
|
| 167 |
-
examples=['examples/example_1.sdf', 'examples/example_2.sdf'],
|
| 168 |
inputs=[input_file],
|
| 169 |
)
|
| 170 |
button = gr.Button('Generate Linker!')
|
|
|
|
| 164 |
gr.Markdown('Upload the file with 3D-coordinates of the input fragments in .pdb, .mol2 or .sdf format:')
|
| 165 |
input_file = gr.File(file_count='single', label='Input Fragments')
|
| 166 |
examples = gr.Examples(
|
| 167 |
+
examples=[['examples/example_1.sdf'], ['examples/example_2.sdf']],
|
| 168 |
inputs=[input_file],
|
| 169 |
)
|
| 170 |
button = gr.Button('Generate Linker!')
|