Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 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
|