Spaces:
Sleeping
Sleeping
Dhahlan2000
commited on
Commit
•
1359c84
1
Parent(s):
2b513e8
Update app.py
Browse files
app.py
CHANGED
@@ -128,10 +128,6 @@ def conversation_predict(text):
|
|
128 |
return ai_response
|
129 |
|
130 |
def ai_predicted(user_input):
|
131 |
-
if user_input.lower() == 'exit':
|
132 |
-
print("Goodbye!")
|
133 |
-
break
|
134 |
-
|
135 |
user_input = translate_Singlish_to_sinhala(user_input)
|
136 |
user_input = transliterate_to_sinhala(user_input)
|
137 |
user_input = translate_sinhala_to_english(user_input)
|
|
|
128 |
return ai_response
|
129 |
|
130 |
def ai_predicted(user_input):
|
|
|
|
|
|
|
|
|
131 |
user_input = translate_Singlish_to_sinhala(user_input)
|
132 |
user_input = transliterate_to_sinhala(user_input)
|
133 |
user_input = translate_sinhala_to_english(user_input)
|