Commit
·
f74a42c
1
Parent(s):
75c0152
clarify label
Browse files
app.py
CHANGED
@@ -99,7 +99,7 @@ with gr.Blocks() as demo:
|
|
99 |
with gr.Column():
|
100 |
num_matches_box = gr.Textbox(lines=1, label="Number of matches played")
|
101 |
with gr.Column():
|
102 |
-
first_competition_box = gr.Textbox(lines=1, label="First competition")
|
103 |
with gr.Column():
|
104 |
num_active_years_box = gr.Textbox(lines=1,
|
105 |
label="Number of active years (participated in at least 1 competition)")
|
|
|
99 |
with gr.Column():
|
100 |
num_matches_box = gr.Textbox(lines=1, label="Number of matches played")
|
101 |
with gr.Column():
|
102 |
+
first_competition_box = gr.Textbox(lines=1, label="First competition played")
|
103 |
with gr.Column():
|
104 |
num_active_years_box = gr.Textbox(lines=1,
|
105 |
label="Number of active years (participated in at least 1 competition)")
|