Change color of molecule
Browse files
app.py
CHANGED
|
@@ -108,7 +108,7 @@ def compute_Chai1(
|
|
| 108 |
|
| 109 |
|
| 110 |
# Create the Gradio interface
|
| 111 |
-
reps = [{"model": 0,"style": "cartoon","color": "
|
| 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 |
|