Spaces:
Sleeping
Sleeping
Commit ·
ebab21a
1
Parent(s): 8dac1b1
Update app.py
Browse filesRemove (hide) show intermediate outputs option
app.py
CHANGED
|
@@ -211,6 +211,7 @@ with gr.Blocks(title="Automatic Reimbursement Tool Demo") as page:
|
|
| 211 |
info="There are several intermediate steps in the process such as "
|
| 212 |
"preprocessing, OCR, chatbot interaction. You can choose to "
|
| 213 |
"show their results here.",
|
|
|
|
| 214 |
)
|
| 215 |
share_result = gr.Checkbox(
|
| 216 |
True,
|
|
|
|
| 211 |
info="There are several intermediate steps in the process such as "
|
| 212 |
"preprocessing, OCR, chatbot interaction. You can choose to "
|
| 213 |
"show their results here.",
|
| 214 |
+
visible=False, # Shortcut for removal
|
| 215 |
)
|
| 216 |
share_result = gr.Checkbox(
|
| 217 |
True,
|