JatinkInnovision commited on
Commit
d4aa839
·
verified ·
1 Parent(s): f49095f

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -8,8 +8,8 @@ from openstack import exceptions
8
  # GLOBAL SHARED STATE
9
  active_user_count = 0
10
  is_comfit_alive = False
11
- clean_link = "https://comfit-production.cis260093.projects.jetstream-cloud.org"
12
- full_url = f"http://{clean_link}"
13
 
14
  # Styled HTML for a flashing neon green block with black text
15
  GREEN_FLASHING_LINK = f"""
 
8
  # GLOBAL SHARED STATE
9
  active_user_count = 0
10
  is_comfit_alive = False
11
+ clean_link = "comfit-production.cis260093.projects.jetstream-cloud.org"
12
+ full_url = f"https://{clean_link}"
13
 
14
  # Styled HTML for a flashing neon green block with black text
15
  GREEN_FLASHING_LINK = f"""