Wedyan2023 commited on
Commit
16d5ad7
·
verified ·
1 Parent(s): 1f37402

Update app2.py

Browse files
Files changed (1) hide show
  1. app2.py +10 -10
app2.py CHANGED
@@ -1,7 +1,7 @@
1
- #""" Simple Chatbot
2
- #@author: Nigel Gebodh
3
- #@email: [email protected]
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
- #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():
 
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():