Spaces:
Sleeping
Sleeping
password_input = gr.Textbox(label="密碼", type="password", elem_id="password_input")
Browse files
app.py
CHANGED
|
@@ -524,7 +524,7 @@ def process_qid_to_data(password, q_id):
|
|
| 524 |
# Gradio界面
|
| 525 |
with gr.Blocks() as demo:
|
| 526 |
with gr.Row():
|
| 527 |
-
password_input = gr.Textbox(label="密碼", type="password")
|
| 528 |
|
| 529 |
with gr.Tab("批量處理"):
|
| 530 |
with gr.Row():
|
|
@@ -588,7 +588,7 @@ with gr.Blocks() as demo:
|
|
| 588 |
with gr.Row():
|
| 589 |
gr.Markdown("## Junyi Q_ID")
|
| 590 |
with gr.Row():
|
| 591 |
-
junyi_q_id_input = gr.Textbox(label="Junyi Q_ID")
|
| 592 |
junyi_q_id_submit_button = gr.Button("開始處理 Junyi Q_ID")
|
| 593 |
with gr.Row():
|
| 594 |
junyi_q_id_result_text = gr.Textbox(label="處理結果")
|
|
|
|
| 524 |
# Gradio界面
|
| 525 |
with gr.Blocks() as demo:
|
| 526 |
with gr.Row():
|
| 527 |
+
password_input = gr.Textbox(label="密碼", type="password", elem_id="password_input")
|
| 528 |
|
| 529 |
with gr.Tab("批量處理"):
|
| 530 |
with gr.Row():
|
|
|
|
| 588 |
with gr.Row():
|
| 589 |
gr.Markdown("## Junyi Q_ID")
|
| 590 |
with gr.Row():
|
| 591 |
+
junyi_q_id_input = gr.Textbox(label="Junyi Q_ID", elem_id="junyi_q_id_input")
|
| 592 |
junyi_q_id_submit_button = gr.Button("開始處理 Junyi Q_ID")
|
| 593 |
with gr.Row():
|
| 594 |
junyi_q_id_result_text = gr.Textbox(label="處理結果")
|