vcabreragreco commited on
Commit
8516513
·
verified ·
1 Parent(s): 780d60f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -221,7 +221,7 @@ def explain_step(label,confidence,age,sex,localization,user_question,progress=gr
221
  # return answer
222
  yield answer
223
 
224
- with gr.Blocks(title='Skin Lesion Assistant') as demo:
225
  gr.Markdown('**Lesion Image**')
226
  with gr.Row():
227
  img = gr.Image(type='pil')
 
221
  # return answer
222
  yield answer
223
 
224
+ with gr.Blocks(title='Skin Lesion Assistant - Educational only, not medical advice') as demo:
225
  gr.Markdown('**Lesion Image**')
226
  with gr.Row():
227
  img = gr.Image(type='pil')