Adityadn commited on
Commit
c27ae43
·
verified ·
1 Parent(s): 606bf05

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -15,6 +15,8 @@ def analyze_text(text):
15
  result = f"You memasukkan text: {text}"
16
  elif text != sangean:
17
  result = f"You memasukkan text: {text}"
 
 
18
  elif text == lopek:
19
  result = "Love you too...."
20
  elif text == sangean:
 
15
  result = f"You memasukkan text: {text}"
16
  elif text != sangean:
17
  result = f"You memasukkan text: {text}"
18
+ elif text != gajelas:
19
+ result = f"You memasukkan text: {text}"
20
  elif text == lopek:
21
  result = "Love you too...."
22
  elif text == sangean: