Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -223,7 +223,7 @@ def server(input, output, session):
|
|
223 |
@output
|
224 |
@render.text
|
225 |
def txt():
|
226 |
-
return f'{input.team_id()} Last Games PP Summary'
|
227 |
|
228 |
@output
|
229 |
@render.text
|
|
|
223 |
@output
|
224 |
@render.text
|
225 |
def txt():
|
226 |
+
return f'{team_dict[input.team_id()]} Last Games PP Summary'
|
227 |
|
228 |
@output
|
229 |
@render.text
|