Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ with open("conotoxinfinder.md", "r") as f:
|
|
92 |
description = f.read()
|
93 |
iface = gr.Interface(fn=conotoxinfinder,
|
94 |
title="ConotoxinFinder nAChRs",
|
95 |
-
inputs=[
|
96 |
],
|
97 |
outputs= "file",
|
98 |
description=description
|
|
|
92 |
description = f.read()
|
93 |
iface = gr.Interface(fn=conotoxinfinder,
|
94 |
title="ConotoxinFinder nAChRs",
|
95 |
+
inputs=["file"
|
96 |
],
|
97 |
outputs= "file",
|
98 |
description=description
|