Update app.py
Browse files
app.py
CHANGED
|
@@ -142,7 +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 |
-
|
|
|
|
| 146 |
with gr.Row(scale= 1):
|
| 147 |
gr.Button(value= "AI Visual Testing Moles for Skin Cancer!", link= "https://teachablemachine.withgoogle.com/models/onfoEa0p-/")
|
| 148 |
with gr.Column(scale= 3):
|
|
|
|
| 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):
|
| 148 |
gr.Button(value= "AI Visual Testing Moles for Skin Cancer!", link= "https://teachablemachine.withgoogle.com/models/onfoEa0p-/")
|
| 149 |
with gr.Column(scale= 3):
|