saiteki-kai commited on
Commit
12760dc
·
verified ·
1 Parent(s): cad72b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import gradio as gr
6
  from huggingface_hub import InferenceClient
7
 
8
  def load_registered_teams():
9
- return ["admin", "team1"]
10
 
11
  REGISTERED_TEAMS = load_registered_teams()
12
 
 
6
  from huggingface_hub import InferenceClient
7
 
8
  def load_registered_teams():
9
+ return {"admin": "Admin", "team1": "Team1"}
10
 
11
  REGISTERED_TEAMS = load_registered_teams()
12