bluenguyen commited on
Commit
2638c20
·
1 Parent(s): 8289a93

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -57,7 +57,7 @@ while(1):
57
 
58
  ### Demo
59
 
60
- Good example:
61
  > User: Do you have any recommendation about a movie? <br>
62
  > Bot: Yes! Any particular genre or genre that you'd like to see mentioned? <br>
63
  > User: I like love story. <br>
@@ -70,7 +70,7 @@ Good example:
70
  > Bot: You're welcome! Let me know how you liked it. <br>
71
  > User: end <br>
72
 
73
- Bad example 1:
74
  > User: Do you have any recommendation about a movie? <br>
75
  > Bot: Yes! Any particular genre or genre that you'd like to see mentioned? <br>
76
  > User: I like super hero movie. <br>
@@ -95,7 +95,7 @@ Bad example 1:
95
  > Bot: Sorry again, I must have missed your recommendation. Is there any other movie you'd like to recommend? <br>
96
  > User: end <br>
97
 
98
- Bad example 2:
99
  > User: Do you have any recommendation about a movie? <br>
100
  > Bot: Yes! Any particular genre or genre that you'd like to see mentioned? <br>
101
  > User: I like action movie. <br>
 
57
 
58
  ### Demo
59
 
60
+ Example 1:
61
  > User: Do you have any recommendation about a movie? <br>
62
  > Bot: Yes! Any particular genre or genre that you'd like to see mentioned? <br>
63
  > User: I like love story. <br>
 
70
  > Bot: You're welcome! Let me know how you liked it. <br>
71
  > User: end <br>
72
 
73
+ Example 2:
74
  > User: Do you have any recommendation about a movie? <br>
75
  > Bot: Yes! Any particular genre or genre that you'd like to see mentioned? <br>
76
  > User: I like super hero movie. <br>
 
95
  > Bot: Sorry again, I must have missed your recommendation. Is there any other movie you'd like to recommend? <br>
96
  > User: end <br>
97
 
98
+ Example 3:
99
  > User: Do you have any recommendation about a movie? <br>
100
  > Bot: Yes! Any particular genre or genre that you'd like to see mentioned? <br>
101
  > User: I like action movie. <br>