SonyaHas commited on
Commit
cb961af
·
verified ·
1 Parent(s): 0412857

Added Description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,7 +143,7 @@ with gr.Blocks(theme= theme) as chatbot:
143
  with gr.Column(scale= 1):
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-/")
 
143
  with gr.Column(scale= 1):
144
  gr.Image("Aloe_the_Turtle.png")
145
  with gr.Row():
146
+ gr.Markdown("Click the button below to access the teachable machine, an AI Visual Scanner to detect Skin Cancer. 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-/")