Jhsmit commited on
Commit
1265031
·
1 Parent(s): f586652

fix: don't show filename to fit ipymolstar view

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(fold_data.name):
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)",