SonyaHas commited on
Commit
68e5487
·
verified ·
1 Parent(s): 1c3a5aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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
- gr.ChatInterface(respond, description= "Hi")
 
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):