sohug commited on
Commit
d5e6c7a
·
verified ·
1 Parent(s): 4e8ce70

Updated user prompt and intro

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -30,8 +30,8 @@ USER_QUERY = (
30
  """
31
  Analyze this image of a skin lesion and provide:
32
  1. A brief description of what you observed in the image that supports your conclusion.
33
- 2. The most likely diagnosis as Disease Name.
34
- 3. A brief explanation of the condition for the patient — including typical symptoms, possible causes, and general self-care advice.
35
  """
36
  )
37
 
@@ -188,7 +188,7 @@ with gr.Blocks(css=css, title="Skin Disease Analyzer") as demo:
188
  gr.Markdown(
189
  """
190
  # Skin Disease Test
191
- **এআই ডাক্তার কে একট ছবি দিন স্কিনের**
192
  """
193
  )
194
 
 
30
  """
31
  Analyze this image of a skin lesion and provide:
32
  1. A brief description of what you observed in the image that supports your conclusion.
33
+ 2. The diagnosis as Disease Name.
34
+ 3. A brief explanation of the condition for the patient — including typical symptoms, possible causes, and self-care advice.
35
  """
36
  )
37
 
 
188
  gr.Markdown(
189
  """
190
  # Skin Disease Test
191
+ **এআই ডাক্তারকে ্রান্ত স্কিন একটি ছবি দিন**
192
  """
193
  )
194