Adityadn commited on
Commit
1d715b2
·
verified ·
1 Parent(s): 3c91c82

Update app.py

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