KingNish commited on
Commit
795e26d
1 Parent(s): b500f74

Update chatbot.py

Browse files
Files changed (1) hide show
  1. chatbot.py +3 -3
chatbot.py CHANGED
@@ -67,12 +67,12 @@ examples_path = os.path.dirname(__file__)
67
  EXAMPLES = [
68
  [
69
  {
70
- "text": "Apple share price live",
71
  }
72
  ],
73
  [
74
  {
75
- "text": "Create a Photorealistic image of the Eiffel Tower.",
76
  }
77
  ],
78
  [
@@ -95,7 +95,7 @@ EXAMPLES = [
95
  ],
96
  [
97
  {
98
- "text": "Today AI News",
99
  }
100
  ],
101
  [
 
67
  EXAMPLES = [
68
  [
69
  {
70
+ "text": "Bitcoin price live",
71
  }
72
  ],
73
  [
74
  {
75
+ "text": "Today News about AI",
76
  }
77
  ],
78
  [
 
95
  ],
96
  [
97
  {
98
+ "text": "Create a Photorealistic image of the Eiffel Tower.",
99
  }
100
  ],
101
  [