Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -29,9 +29,13 @@ gr.Interface(
|
|
29 |
examples=[["bt1.jpg"], ["bt2.jpg"], ["bt3.jpg"], ["br1.jpg"], ["br2.jpg"], ["br3.jpg"]],
|
30 |
live=True,
|
31 |
title = '<h1 style="text-align: center;">Brain Tumor Image Classification! π§ </h1>',
|
32 |
-
description
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
|
|
|
|
|
|
|
|
37 |
).launch()
|
|
|
29 |
examples=[["bt1.jpg"], ["bt2.jpg"], ["bt3.jpg"], ["br1.jpg"], ["br2.jpg"], ["br3.jpg"]],
|
30 |
live=True,
|
31 |
title = '<h1 style="text-align: center;">Brain Tumor Image Classification! π§ </h1>',
|
32 |
+
description=(
|
33 |
+
"<h2><b>Try Brain Tumor Image Classification Now!</b></h2>"
|
34 |
+
"<p>Don't miss out on this incredible opportunity to "
|
35 |
+
"shape the future of medical diagnostics. Embrace innovation, <br>"
|
36 |
+
"empower medical professionals, and make a real difference in <br>"
|
37 |
+
"the lives of countless individuals. ππ©Ίπ€</p>"
|
38 |
+
),
|
39 |
+
theme="emoji",
|
40 |
+
theme_css=(".g-button { background-color: #FF5733; }")
|
41 |
).launch()
|