dolphinium commited on
Commit
9cefcec
·
verified ·
1 Parent(s): ca00b3c

test rebuild

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -16,6 +16,7 @@ from IPython.display import display, Markdown
16
  # --- Suppress Matplotlib Debug Logs ---
17
  logging.getLogger('matplotlib').setLevel(logging.WARNING)
18
 
 
19
  # --- SSH Tunnel Configuration ---
20
  SSH_HOST = os.environ.get('SSH_HOST')
21
  SSH_PORT = 5322
 
16
  # --- Suppress Matplotlib Debug Logs ---
17
  logging.getLogger('matplotlib').setLevel(logging.WARNING)
18
 
19
+
20
  # --- SSH Tunnel Configuration ---
21
  SSH_HOST = os.environ.get('SSH_HOST')
22
  SSH_PORT = 5322