Suweeraya commited on
Commit
109acc7
Β·
1 Parent(s): cf4b496

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -5
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 = "πŸ‘‰ <b>Try Brain Tumor Image Classification Now!</b> <br>"
33
- "Don't miss out on this incredible opportunity to "
34
- "shape the future of medical diagnostics. Embrace innovation, <br>"
35
- "empower medical professionals, and make a real difference in <br>"
36
- "the lives of countless individuals. 🌍🩺🀝"
 
 
 
 
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()