Update app2.py
Browse files
app2.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
""" Simple Chatbot
|
6 |
@author: Wedyan2023
|
7 |
@email: [email protected]
|
@@ -37,12 +37,12 @@ model_links = {
|
|
37 |
}
|
38 |
|
39 |
# Random dog images for error messages
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
|
47 |
# Reset conversation
|
48 |
def reset_conversation():
|
|
|
1 |
+
""" Simple Chatbot
|
2 |
+
@author: Nigel Gebodh
|
3 |
+
@email: [email protected]
|
4 |
+
"""
|
5 |
""" Simple Chatbot
|
6 |
@author: Wedyan2023
|
7 |
@email: [email protected]
|
|
|
37 |
}
|
38 |
|
39 |
# Random dog images for error messages
|
40 |
+
random_dog = [
|
41 |
+
"0f476473-2d8b-415e-b944-483768418a95.jpg",
|
42 |
+
"1bd75c81-f1d7-4e55-9310-a27595fa8762.jpg",
|
43 |
+
"526590d2-8817-4ff0-8c62-fdcba5306d02.jpg",
|
44 |
+
"1326984c-39b0-492c-a773-f120d747a7e2.jpg"
|
45 |
+
]
|
46 |
|
47 |
# Reset conversation
|
48 |
def reset_conversation():
|