Spaces:
Running
Running
fix: remove testing code
Browse files
app.py
CHANGED
@@ -160,17 +160,6 @@ def load_result() -> Optional[AlphaFoldData]:
|
|
160 |
return data
|
161 |
|
162 |
|
163 |
-
assets_dir = Path(__file__).parent.parent / "assets"
|
164 |
-
cif_file = assets_dir / "seca_secb" / "fold_seca_secb_model_0.cif"
|
165 |
-
json_file = assets_dir / "seca_secb" / "fold_seca_secb_full_data_0.json"
|
166 |
-
|
167 |
-
custom_data_initial = {
|
168 |
-
"data": cif_file.read_bytes(),
|
169 |
-
"format": "cif",
|
170 |
-
"binary": False,
|
171 |
-
}
|
172 |
-
|
173 |
-
|
174 |
@solara.component
|
175 |
def Page():
|
176 |
color_data = solara.use_reactive(NO_COLOR_DATA)
|
|
|
160 |
return data
|
161 |
|
162 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
163 |
@solara.component
|
164 |
def Page():
|
165 |
color_data = solara.use_reactive(NO_COLOR_DATA)
|