Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
71 |
-
input_file = gr.File(file_count='single', label='Input fragments
|
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 |
|