Commit
·
148d5c7
1
Parent(s):
6125d10
Update app.py
Browse files
app.py
CHANGED
|
@@ -127,7 +127,7 @@ with gr.Blocks() as demo:
|
|
| 127 |
label="Best competitions (those having the largest increase in rating)",
|
| 128 |
max_rows=5)
|
| 129 |
most_frequent_opponents_gdf = gr.Dataframe(label="Most frequent opponents", max_rows=5)
|
| 130 |
-
highest_rated_opponent_gdf = gr.Dataframe(label="
|
| 131 |
match_longest_game_gdf = gr.Dataframe(label="Match with longest game", max_rows=1)
|
| 132 |
|
| 133 |
with gr.Row():
|
|
|
|
| 127 |
label="Best competitions (those having the largest increase in rating)",
|
| 128 |
max_rows=5)
|
| 129 |
most_frequent_opponents_gdf = gr.Dataframe(label="Most frequent opponents", max_rows=5)
|
| 130 |
+
highest_rated_opponent_gdf = gr.Dataframe(label="Highest rated opponent", max_rows=1)
|
| 131 |
match_longest_game_gdf = gr.Dataframe(label="Match with longest game", max_rows=1)
|
| 132 |
|
| 133 |
with gr.Row():
|