sanggusti commited on
Commit
25941bf
·
1 Parent(s): 85e2206

Fix typo since the tab is not showing, it should be `Tab` not `tab`

Browse files
Files changed (1) hide show
  1. callbackmanager.py +1 -1
callbackmanager.py CHANGED
@@ -318,7 +318,7 @@ with gr.Blocks() as demo:
318
  outputs=[meldrx_pdf_download, meldrx_pdf_status]
319
  )
320
 
321
- with gr.tab("Show Patients Log"):
322
  gr.Markdown("## Patient Dashboard")
323
 
324
  # Store patient data in a state variable
 
318
  outputs=[meldrx_pdf_download, meldrx_pdf_status]
319
  )
320
 
321
+ with gr.Tab("Show Patients Log"):
322
  gr.Markdown("## Patient Dashboard")
323
 
324
  # Store patient data in a state variable