Muhammad Abdiel Al Hafiz commited on
Commit
795d4e9
·
1 Parent(s): af6e67e

experimenting prompt

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ labels = ['cataract', 'diabetic_retinopathy', 'glaucoma', 'normal']
19
  def get_disease_detail(disease_name):
20
  if disease_name == "normal":
21
  prompt = (
22
- "create a text to congratulate and welcome them and give them tips to keep their eyes healthy, then remind them to check up with their doctor."
23
  )
24
  else:
25
  prompt = (
 
19
  def get_disease_detail(disease_name):
20
  if disease_name == "normal":
21
  prompt = (
22
+ "Create a text that congratulates having healthy eyes and gives bullet point tips to keep eyes healthy."
23
  )
24
  else:
25
  prompt = (