Fix typo since the tab is not showing, it should be `Tab` not `tab`
Browse files- 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.
|
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
|