delete func pdb idsummary
Browse files
app.py
CHANGED
@@ -377,7 +377,7 @@ def server(input, output, session):
|
|
377 |
df = pd.DataFrame(results)
|
378 |
if not df.empty:
|
379 |
df['PDB ID'] = df['PDB ID'].apply(
|
380 |
-
lambda x: f'<a href="https://www.rcsb.org/3d-view/{x}" target="_blank">{
|
381 |
)
|
382 |
|
383 |
@output
|
|
|
377 |
df = pd.DataFrame(results)
|
378 |
if not df.empty:
|
379 |
df['PDB ID'] = df['PDB ID'].apply(
|
380 |
+
lambda x: f'<a href="https://www.rcsb.org/3d-view/{x}" target="_blank">{x}</a>'
|
381 |
)
|
382 |
|
383 |
@output
|