Spaces:
Runtime error
Runtime error
Commit
·
f95085c
1
Parent(s):
7531a8f
Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,11 @@ examples = [
|
|
70 |
"Compare Novak and Nadal gamestyle in details. Who is better?",
|
71 |
"Who is the tennis GOAT?",
|
72 |
"Who in the young generation will be next great tennis player? Explain in details.",
|
73 |
-
"Which American tennis player will win a grand slam in the future?"
|
|
|
|
|
|
|
|
|
74 |
]
|
75 |
|
76 |
def process_example(args):
|
|
|
70 |
"Compare Novak and Nadal gamestyle in details. Who is better?",
|
71 |
"Who is the tennis GOAT?",
|
72 |
"Who in the young generation will be next great tennis player? Explain in details.",
|
73 |
+
"Which American tennis player will win a grand slam in the future?",
|
74 |
+
"Can you help me improve my two handed backhand? I want to hit the balls with more spin and power.",
|
75 |
+
"How should I coach a junior tennis player to be next Serena?",
|
76 |
+
"What is mental toughness? Explain in details.",
|
77 |
+
"How can I train mental toughness?"
|
78 |
]
|
79 |
|
80 |
def process_example(args):
|