Commit
·
e09d356
1
Parent(s):
f74a42c
remove comment
Browse files
app.py
CHANGED
|
@@ -86,9 +86,6 @@ with gr.Blocks() as demo:
|
|
| 86 |
""")
|
| 87 |
|
| 88 |
with gr.Group():
|
| 89 |
-
# with gr.Row():
|
| 90 |
-
# with gr.Column():
|
| 91 |
-
# player_name_box = gr.Textbox(lines=1, label="Player name")
|
| 92 |
with gr.Row():
|
| 93 |
with gr.Column():
|
| 94 |
current_rating_box = gr.Textbox(lines=1, label="Current rating")
|
|
|
|
| 86 |
""")
|
| 87 |
|
| 88 |
with gr.Group():
|
|
|
|
|
|
|
|
|
|
| 89 |
with gr.Row():
|
| 90 |
with gr.Column():
|
| 91 |
current_rating_box = gr.Textbox(lines=1, label="Current rating")
|