Update app.py
Browse files
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
|