Spaces:
Sleeping
Sleeping
adding some examples
Browse files
app.py
CHANGED
@@ -9,6 +9,11 @@ description = f"""
|
|
9 |
# Twitter Terms Of Service ChatBot
|
10 |
This chatbot answers questions about **Twitter terms of service** based on this [resource]({link}), The techniques used in this project
|
11 |
can be used to answer questions from any kind of business or legal document.
|
|
|
|
|
|
|
|
|
|
|
12 |
"""
|
13 |
|
14 |
|
|
|
9 |
# Twitter Terms Of Service ChatBot
|
10 |
This chatbot answers questions about **Twitter terms of service** based on this [resource]({link}), The techniques used in this project
|
11 |
can be used to answer questions from any kind of business or legal document.
|
12 |
+
|
13 |
+
### Examples:
|
14 |
+
try something like
|
15 |
+
- What is twitter?
|
16 |
+
- What actions are permitted for the users?
|
17 |
"""
|
18 |
|
19 |
|