Spaces:
Sleeping
Sleeping
Commit
·
eded448
1
Parent(s):
a628e27
bug fixing
Browse files
app.py
CHANGED
@@ -1254,6 +1254,10 @@ iface = gr.Interface(
|
|
1254 |
gr.Image(
|
1255 |
label="Linear Representation",
|
1256 |
type="pil"
|
|
|
|
|
|
|
|
|
1257 |
)
|
1258 |
],
|
1259 |
title="Peptide Structure Analyzer and Visualizer",
|
|
|
1254 |
gr.Image(
|
1255 |
label="Linear Representation",
|
1256 |
type="pil"
|
1257 |
+
),
|
1258 |
+
gr.File(
|
1259 |
+
label="3D Structure Files",
|
1260 |
+
file_count="multiple"
|
1261 |
)
|
1262 |
],
|
1263 |
title="Peptide Structure Analyzer and Visualizer",
|