Spaces:
Runtime error
Runtime error
AbeerTrial
commited on
Commit
·
159581c
1
Parent(s):
526b18a
Update app.py
Browse files
app.py
CHANGED
@@ -643,9 +643,10 @@ css = """
|
|
643 |
}
|
644 |
"""
|
645 |
|
646 |
-
theme = gr.Theme.from_hub("shivi/calm_seafoam")
|
|
|
647 |
|
648 |
-
with gr.Blocks(
|
649 |
gr.Markdown("## <center>AI Emergency Scribe Plus App</center>")
|
650 |
|
651 |
with gr.Tab("Create SOAP and SBAR Reports"):
|
|
|
643 |
}
|
644 |
"""
|
645 |
|
646 |
+
#theme = gr.Theme.from_hub("shivi/calm_seafoam") this is for blue theme
|
647 |
+
#with gr.Blocks(theme=theme, css=css) as demo:
|
648 |
|
649 |
+
with gr.Blocks(css=css) as demo:
|
650 |
gr.Markdown("## <center>AI Emergency Scribe Plus App</center>")
|
651 |
|
652 |
with gr.Tab("Create SOAP and SBAR Reports"):
|