Spaces:
Runtime error
Runtime error
Typo.
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import tempfile
|
|
5 |
|
6 |
def molstar(output_name):
|
7 |
structure_url = (
|
8 |
-
f"https://nodata.dev/gradiofold/predictions/{output_name}/
|
9 |
)
|
10 |
return f'<iframe style="height: 50rem; width:100%" src="https://nodata.dev/gradiofold/molstar.html?structure-url={structure_url}"/>'
|
11 |
|
|
|
5 |
|
6 |
def molstar(output_name):
|
7 |
structure_url = (
|
8 |
+
f"https://nodata.dev/gradiofold/predictions/{output_name}/prediction.pdb"
|
9 |
)
|
10 |
return f'<iframe style="height: 50rem; width:100%" src="https://nodata.dev/gradiofold/molstar.html?structure-url={structure_url}"/>'
|
11 |
|