updated description
Browse files
app.py
CHANGED
|
@@ -142,6 +142,8 @@ with gr.Blocks(theme= theme) as chatbot:
|
|
| 142 |
with gr.Row():
|
| 143 |
with gr.Column(scale= 1):
|
| 144 |
gr.Image("Aloe_the_Turtle.png")
|
|
|
|
|
|
|
| 145 |
description = "HI"
|
| 146 |
#gr.ChatInterface(description= "Hi")
|
| 147 |
with gr.Row(scale= 1):
|
|
|
|
| 142 |
with gr.Row():
|
| 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 |
description = "HI"
|
| 148 |
#gr.ChatInterface(description= "Hi")
|
| 149 |
with gr.Row(scale= 1):
|