We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e80ce47 commit 3593a22Copy full SHA for 3593a22
src/e3sm_quickview/view_manager.py
@@ -262,13 +262,13 @@ def _build_ui(self):
262
classes="text-caption px-1",
263
v_if="interfaces.length > 1",
264
)
265
- v3.VSpacer()
266
- html.Div(
267
- "avg = {{"
268
- f"fields_avgs['{self.variable_name}']?.toExponential(2) || 'N/A'"
269
- "}}",
270
- classes="text-caption px-1",
271
- )
+ # v3.VSpacer()
+ # html.Div(
+ # "avg = {{"
+ # f"fields_avgs['{self.variable_name}']?.toExponential(2) || 'N/A'"
+ # "}}",
+ # classes="text-caption px-1",
+ # )
272
273
with html.Div(
274
style=(
0 commit comments