Skip to content

Commit 97e0e0c

Browse files
committed
what-if form
1 parent 284a342 commit 97e0e0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/dashboard.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -649,6 +649,8 @@ def multi_level(x_axis, y_axis, size, color, facet_col, facet_row, sql_query):
649649
# Port Finder
650650
port = 8080
651651
debug_value= False
652+
653+
652654
if mode == "inline":
653655
try:
654656
app.run_server(mode="inline", port=port,debug=debug_value,dev_tools_ui=debug_value,dev_tools_props_check=debug_value)

0 commit comments

Comments
 (0)