simonduerr commited on
Commit
5f0a622
·
verified ·
1 Parent(s): 551d6ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -16,6 +16,8 @@ def predict(input_mol, view_str, chains):
16
  chain_str = ""
17
  chain_dict = json.loads(chains)
18
 
 
 
19
  # sort keys in dict and add colors to chain_str
20
  for chain in sorted(chain_dict.keys()):
21
  chain_str += f" {chain_dict[chain]}"
 
16
  chain_str = ""
17
  chain_dict = json.loads(chains)
18
 
19
+ print(chain_dict)
20
+
21
  # sort keys in dict and add colors to chain_str
22
  for chain in sorted(chain_dict.keys()):
23
  chain_str += f" {chain_dict[chain]}"