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