Spaces:
Sleeping
Sleeping
fix: don't show filename to fit ipymolstar view
Browse files
app.py
CHANGED
@@ -248,7 +248,7 @@ def Page():
|
|
248 |
color_data = fold_data.color_data
|
249 |
tooltip_data = fold_data.tooltip_data
|
250 |
|
251 |
-
with solara.Card(
|
252 |
theme = "dark" if dark_effective else "light"
|
253 |
PDBeMolstar.element(
|
254 |
height="calc(100vh - 150px)",
|
|
|
248 |
color_data = fold_data.color_data
|
249 |
tooltip_data = fold_data.tooltip_data
|
250 |
|
251 |
+
with solara.Card():
|
252 |
theme = "dark" if dark_effective else "light"
|
253 |
PDBeMolstar.element(
|
254 |
height="calc(100vh - 150px)",
|