Spaces:
Running
Running
ChenyuRabbitLove
commited on
Commit
•
4ad00b8
1
Parent(s):
256676c
fix: turn player id text visibel to true for debugging
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ with gr.Blocks(theme=seafoam, css=get_content("css/style.css")) as demo:
|
|
97 |
# handling player info
|
98 |
with gr.Row():
|
99 |
player_backend_id = gr.Textbox(
|
100 |
-
"", visible=
|
101 |
)
|
102 |
player_info_query_btn = gr.Button("Query", elem_id="trigger_button")
|
103 |
|
|
|
97 |
# handling player info
|
98 |
with gr.Row():
|
99 |
player_backend_id = gr.Textbox(
|
100 |
+
"", visible=True, elem_id="player_backend_id"
|
101 |
)
|
102 |
player_info_query_btn = gr.Button("Query", elem_id="trigger_button")
|
103 |
|