Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -92,7 +92,7 @@ with gr.Blocks() as demo:
|
|
| 92 |
|
| 93 |
with gr.Row():
|
| 94 |
back_btn = gr.Button("返回")
|
| 95 |
-
submit_btn = gr.Button("
|
| 96 |
|
| 97 |
with gr.Column(visible=False) as stage_2:
|
| 98 |
gr.Markdown("## 診斷報告結果")
|
|
|
|
| 92 |
|
| 93 |
with gr.Row():
|
| 94 |
back_btn = gr.Button("返回")
|
| 95 |
+
submit_btn = gr.Button("生成診斷報告", variant="primary")
|
| 96 |
|
| 97 |
with gr.Column(visible=False) as stage_2:
|
| 98 |
gr.Markdown("## 診斷報告結果")
|