Adityadn commited on
Commit
47e5e7b
·
verified ·
1 Parent(s): af4cf72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -6,6 +6,8 @@ def analyze_text(text):
6
  # Lakukan analisis atau pemrosesan teks di sini
7
  if text != "":
8
  result = f"Anda memasukkan teks: {text}"
 
 
9
  else:
10
  result = "MASUKKIN TEKS GOBLOK"
11
  return result
 
6
  # Lakukan analisis atau pemrosesan teks di sini
7
  if text != "":
8
  result = f"Anda memasukkan teks: {text}"
9
+ elif text == "I Love You" or "Ilopyu" or "Ai lof yu" or "Lop yu":
10
+ result = "Love you too...."
11
  else:
12
  result = "MASUKKIN TEKS GOBLOK"
13
  return result