Commit
·
cdc6eb3
1
Parent(s):
e09d356
clarify competition
Browse files
app.py
CHANGED
@@ -62,7 +62,8 @@ with gr.Blocks() as demo:
|
|
62 |
gr.Markdown(f"""# USATT rating analyzer
|
63 |
Analyze [USA table tennis](https://www.teamusa.org/usa-table-tennis) tournament and league results. The more matches
|
64 |
and competitions you have played, the better the tool works. Additionally, due to limitations on the available
|
65 |
-
data, ratings are always displayed as the rating received *after* the competition has been played.
|
|
|
66 |
## Downloading match results
|
67 |
1. Make sure you are [logged in](https://usatt.simplycompete.com/login/auth) to your USATT account.
|
68 |
2. Find the *active* player you wish to analyze (e.g., [Kanak Jha](https://usatt.simplycompete.com/userAccount/up/3431)).
|
@@ -92,7 +93,7 @@ with gr.Blocks() as demo:
|
|
92 |
with gr.Column():
|
93 |
peak_rating_box = gr.Textbox(lines=1, label="Highest rating")
|
94 |
with gr.Column():
|
95 |
-
num_comps_box = gr.Textbox(lines=1, label="Number of competitions
|
96 |
with gr.Column():
|
97 |
num_matches_box = gr.Textbox(lines=1, label="Number of matches played")
|
98 |
with gr.Column():
|
|
|
62 |
gr.Markdown(f"""# USATT rating analyzer
|
63 |
Analyze [USA table tennis](https://www.teamusa.org/usa-table-tennis) tournament and league results. The more matches
|
64 |
and competitions you have played, the better the tool works. Additionally, due to limitations on the available
|
65 |
+
data, ratings are always displayed as the rating received *after* the competition has been played. Here,
|
66 |
+
"competition" is defined as a tournament or a league.
|
67 |
## Downloading match results
|
68 |
1. Make sure you are [logged in](https://usatt.simplycompete.com/login/auth) to your USATT account.
|
69 |
2. Find the *active* player you wish to analyze (e.g., [Kanak Jha](https://usatt.simplycompete.com/userAccount/up/3431)).
|
|
|
93 |
with gr.Column():
|
94 |
peak_rating_box = gr.Textbox(lines=1, label="Highest rating")
|
95 |
with gr.Column():
|
96 |
+
num_comps_box = gr.Textbox(lines=1, label="Number of competitions played")
|
97 |
with gr.Column():
|
98 |
num_matches_box = gr.Textbox(lines=1, label="Number of matches played")
|
99 |
with gr.Column():
|