Spaces:
Sleeping
Sleeping
Youngsun Lim commited on
Commit ·
0cb4cf6
1
Parent(s): 3467014
app.py
Browse files
app.py
CHANGED
|
@@ -881,7 +881,7 @@ with gr.Blocks(css=CLEAN_BG_CSS) as demo:
|
|
| 881 |
with page_eval:
|
| 882 |
# PID 입력
|
| 883 |
with gr.Row():
|
| 884 |
-
pid = gr.Textbox(label="Participant ID (required)", placeholder="e.g.,
|
| 885 |
|
| 886 |
# 지침(원문) + 비디오 + 진행바 / 오른쪽에 슬라이더 + Save&Next
|
| 887 |
with gr.Row(): #equal_height=True
|
|
|
|
| 881 |
with page_eval:
|
| 882 |
# PID 입력
|
| 883 |
with gr.Row():
|
| 884 |
+
pid = gr.Textbox(label="Participant ID (required)", placeholder="e.g., Mike-2025/10/24")
|
| 885 |
|
| 886 |
# 지침(원문) + 비디오 + 진행바 / 오른쪽에 슬라이더 + Save&Next
|
| 887 |
with gr.Row(): #equal_height=True
|