Adityadn commited on
Commit
1f608b2
·
verified ·
1 Parent(s): 6326306

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -7,11 +7,11 @@ lopek = ["I Love You", "Ilopyu", "I <3 U", "Ai lof yu", "Lop yu"]
7
  def analyze_text(text):
8
  # Lakukan analisis atau pemrosesan teks di sini
9
  if text == "":
10
- result = "MASUKKIN TEKS GOBLOK"
11
  elif text != "":
12
- if text != ["I Love You", "Ilopyu", "I <3 U", "Ai lof yu", "Lop yu", "Ah", "Ahh"]:
13
- result = f"You memasukkan teks: {text}"
14
- elif text == ["I Love You", "Ilopyu", "I <3 U", "Ai lof yu", "Lop yu"]:
15
  result = "Love you too...."
16
  elif text == ["Ah", "Ahh"]:
17
  result = "You is sangean"
 
7
  def analyze_text(text):
8
  # Lakukan analisis atau pemrosesan teks di sini
9
  if text == "":
10
+ result = "MASUKKIN THE TEXT IDIOT"
11
  elif text != "":
12
+ if text != [f"{lopek}, Ah, Ahh"]:
13
+ result = f"You memasukkan text: {text}"
14
+ elif text == lopek:
15
  result = "Love you too...."
16
  elif text == ["Ah", "Ahh"]:
17
  result = "You is sangean"