Spaces:
Runtime error
Runtime error
Commit
·
fdd7b96
1
Parent(s):
cc1db23
Update app.py
Browse files
app.py
CHANGED
@@ -647,7 +647,7 @@ css = """
|
|
647 |
theme = gr.Theme.from_hub("shivi/calm_seafoam")
|
648 |
|
649 |
with gr.Blocks(theme=theme, css=css) as demo:
|
650 |
-
gr.Markdown("## <center>
|
651 |
|
652 |
with gr.Tab("Create SOAP and SBAR Reports"):
|
653 |
with gr.Column(elem_classes="col"):
|
|
|
647 |
theme = gr.Theme.from_hub("shivi/calm_seafoam")
|
648 |
|
649 |
with gr.Blocks(theme=theme, css=css) as demo:
|
650 |
+
gr.Markdown("## <center>AIER Scribe Plus App</center>")
|
651 |
|
652 |
with gr.Tab("Create SOAP and SBAR Reports"):
|
653 |
with gr.Column(elem_classes="col"):
|