nesticot commited on
Commit
3f938af
·
1 Parent(s): 2ea70ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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