ankur-bohra commited on
Commit
ebab21a
·
1 Parent(s): 8dac1b1

Update app.py

Browse files

Remove (hide) show intermediate outputs option

Files changed (1) hide show
  1. app.py +1 -0
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,