updated decription
Browse files
app.py
CHANGED
|
@@ -144,7 +144,6 @@ with gr.Blocks(theme= theme) as chatbot:
|
|
| 144 |
gr.Image("Aloe_the_Turtle.png")
|
| 145 |
with gr.Row():
|
| 146 |
gr.Markdown("The main purpose of this teachable machine is to check if you have a cancerous or non-cancerous mole. Place your mole in near your camera and the analysis will be respresented below. Note that these results are not 100% accurate, so be sure to consult a medical professional if you have any concerns")
|
| 147 |
-
description = "HI"
|
| 148 |
#gr.ChatInterface(description= "Hi")
|
| 149 |
with gr.Row(scale= 1):
|
| 150 |
gr.Button(value= "AI Visual Testing Moles for Skin Cancer!", link= "https://teachablemachine.withgoogle.com/models/onfoEa0p-/")
|
|
|
|
| 144 |
gr.Image("Aloe_the_Turtle.png")
|
| 145 |
with gr.Row():
|
| 146 |
gr.Markdown("The main purpose of this teachable machine is to check if you have a cancerous or non-cancerous mole. Place your mole in near your camera and the analysis will be respresented below. Note that these results are not 100% accurate, so be sure to consult a medical professional if you have any concerns")
|
|
|
|
| 147 |
#gr.ChatInterface(description= "Hi")
|
| 148 |
with gr.Row(scale= 1):
|
| 149 |
gr.Button(value= "AI Visual Testing Moles for Skin Cancer!", link= "https://teachablemachine.withgoogle.com/models/onfoEa0p-/")
|