Update app.py
Browse files
app.py
CHANGED
|
@@ -60,8 +60,8 @@ iface = gr.Interface(
|
|
| 60 |
description="Enter your query to chat with the LVET chatbot",
|
| 61 |
examples=[
|
| 62 |
["What are the practice times for each age group ?"],
|
| 63 |
-
["What are the required fields to set up a meet in Touchpad?"]
|
| 64 |
-
["Dryland workout for swimmers ?"]
|
| 65 |
["What are the eligibility criteria for the Mini Torpedoes program?"],
|
| 66 |
["What is the eligibility to participate in the LVET Swim Team?"],
|
| 67 |
["How many volunteer hours are required per family during the swim season?"],
|
|
@@ -78,9 +78,9 @@ iface = gr.Interface(
|
|
| 78 |
["Volunteer jobs that do not require certification or prior experience"],
|
| 79 |
["What are the responsibilities of an Age Group Coordinator?"],
|
| 80 |
["How do I commit my swimmer for meets/events?"],
|
| 81 |
-
["How are timers distributed between the host and visiting teams in dual meets?"]
|
| 82 |
-
["What happens if a watch malfunctions during an event?"]
|
| 83 |
-
["What is the difference between the Divisional Meets and the All Star Meet?"]
|
| 84 |
["What is the ODSL Scholarship Program and what's the award ?"]
|
| 85 |
|
| 86 |
],
|
|
|
|
| 60 |
description="Enter your query to chat with the LVET chatbot",
|
| 61 |
examples=[
|
| 62 |
["What are the practice times for each age group ?"],
|
| 63 |
+
["What are the required fields to set up a meet in Touchpad?"],
|
| 64 |
+
["Dryland workout for swimmers ?"],
|
| 65 |
["What are the eligibility criteria for the Mini Torpedoes program?"],
|
| 66 |
["What is the eligibility to participate in the LVET Swim Team?"],
|
| 67 |
["How many volunteer hours are required per family during the swim season?"],
|
|
|
|
| 78 |
["Volunteer jobs that do not require certification or prior experience"],
|
| 79 |
["What are the responsibilities of an Age Group Coordinator?"],
|
| 80 |
["How do I commit my swimmer for meets/events?"],
|
| 81 |
+
["How are timers distributed between the host and visiting teams in dual meets?"],
|
| 82 |
+
["What happens if a watch malfunctions during an event?"],
|
| 83 |
+
["What is the difference between the Divisional Meets and the All Star Meet?"],
|
| 84 |
["What is the ODSL Scholarship Program and what's the award ?"]
|
| 85 |
|
| 86 |
],
|