lkjjj26 commited on
Commit
7a496d9
·
1 Parent(s): b89b36a

delete func pdb idsummary

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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">{pdbsummary(x)}</a>'
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