muellerzr HF staff commited on
Commit
a6f474f
·
1 Parent(s): aa48e73
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def run_aim():
24
  os.spawnl(os.P_DETACH, cmd)
25
 
26
  html = f"""
27
- <iframe src="https://{HOST}:{port}"></iframe>
28
  """
29
 
30
  def run():
 
24
  os.spawnl(os.P_DETACH, cmd)
25
 
26
  html = f"""
27
+ <iframe src="https://{HOST}:{PORT}"></iframe>
28
  """
29
 
30
  def run():