Spaces:
Sleeping
Sleeping
Commit
·
436e90c
1
Parent(s):
a4d0f08
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ descriptionExamples = "If you would like to see how the model works, please scro
|
|
65 |
|
66 |
|
67 |
##Pinak
|
68 |
-
with gr.Blocks(title=title) as demo:
|
69 |
|
70 |
gr.Markdown("<span style='color: #FF0000;font-size: 20px'> **Heart Attack Predictor & Interpreter** 🪐</span>")
|
71 |
gr.Markdown("""---""")
|
|
|
65 |
|
66 |
|
67 |
##Pinak
|
68 |
+
with gr.Blocks(title=title, theme=theme) as demo:
|
69 |
|
70 |
gr.Markdown("<span style='color: #FF0000;font-size: 20px'> **Heart Attack Predictor & Interpreter** 🪐</span>")
|
71 |
gr.Markdown("""---""")
|