Suweeraya commited on
Commit
af8cb91
ยท
1 Parent(s): d845688

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -2
app.py CHANGED
@@ -28,6 +28,12 @@ gr.Interface(
28
  outputs=output_text,
29
  examples=[["bt1.jpg"], ["bt2.jpg"], ["bt3.jpg"], ["br1.jpg"], ["br2.jpg"], ["br3.jpg"]],
30
  live=True,
31
- title="Brain Tumor Classification",
32
- description="Upload an image to classify the brain tumor type."
 
 
 
 
 
 
33
  ).launch()
 
28
  outputs=output_text,
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
+ ๐Ÿ‘‰ <b>Try Brain Tumor Image Classification Now!</b> <br>
34
+ 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. ๐ŸŒ๐Ÿฉบ๐Ÿค
38
+ """
39
  ).launch()