lschlessinger commited on
Commit
c0f1750
·
1 Parent(s): 23d63d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -123,8 +123,8 @@ with gr.Blocks() as demo:
123
  max_rows=5)
124
  biggest_upsets_gdf = gr.Dataframe(label="Biggest upsets (matches won sorted by rating - opponent post-competition rating)",
125
  max_rows=5)
126
- worst_recent_losses_gdf = gr.Dataframe(label="Worst recent losses (matches lost sorted by rating - "
127
- "opponent post-competition rating from the 5 most recent "
128
  "competitions)", max_rows=5)
129
 
130
  gr.Markdown("""<br />
 
123
  max_rows=5)
124
  biggest_upsets_gdf = gr.Dataframe(label="Biggest upsets (matches won sorted by rating - opponent post-competition rating)",
125
  max_rows=5)
126
+ worst_recent_losses_gdf = gr.Dataframe(label="Worst recent losses (matches lost sorted by opponent "
127
+ "post-competition rating from the 5 most recent "
128
  "competitions)", max_rows=5)
129
 
130
  gr.Markdown("""<br />