linxinhua commited on
Commit
52520b1
·
verified ·
1 Parent(s): 4cf9ac4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -315,7 +315,7 @@ def get_url_params(request: gr.Request):
315
  query_params = dict(request.query_params)
316
  check_id = query_params.get('check', None)
317
  if check_id:
318
- return f"Load Distributor - Student {check_id}", check_id
319
  else:
320
  return "Load Distributor", None
321
  return "Load Distributor", None
 
315
  query_params = dict(request.query_params)
316
  check_id = query_params.get('check', None)
317
  if check_id:
318
+ return f"Load Distributor", check_id
319
  else:
320
  return "Load Distributor", None
321
  return "Load Distributor", None