PhDFlo commited on
Commit
d239c49
·
1 Parent(s): 60c5fba

Change color of molecule

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,7 +108,7 @@ def compute_Chai1(
108
 
109
 
110
  # Create the Gradio interface
111
- reps = [{"model": 0,"style": "cartoon","color": "whiteCarbon"}]
112
 
113
  with gr.Blocks() as demo:
114
 
 
108
 
109
 
110
  # Create the Gradio interface
111
+ reps = [{"model": 0,"style": "cartoon","color": "hydrophobicity"}]
112
 
113
  with gr.Blocks() as demo:
114