Spaces:
Sleeping
Sleeping
Update examples.py
Browse filesTo include Universities
- examples.py +9 -8
examples.py
CHANGED
@@ -1,15 +1,16 @@
|
|
1 |
-
description_sf = "
|
2 |
output_example_sf = """
|
3 |
-
Since
|
4 |
|
5 |
Key points: [
|
6 |
-
{"name": "
|
7 |
-
{"name": "
|
8 |
-
{"name": "
|
9 |
-
{"name": "
|
10 |
-
{"name": "
|
11 |
-
{"name": "
|
12 |
]
|
|
|
13 |
"""
|
14 |
|
15 |
description_loire = "A 3-day bike trip through the Loire Valley."
|
|
|
1 |
+
description_sf = "An Ivy League university that has technical programs in the US. I prefer the cities where I can walk or use public transportation to move around."
|
2 |
output_example_sf = """
|
3 |
+
Since you prefer pedestrian friendly cities, walking distances should be kept to a minimum. I'll make sure to provide a List of cities where it's possible to walk or use public transportation.
|
4 |
|
5 |
Key points: [
|
6 |
+
{"name": "Massachusetts Institute of Technology, Cambridge", "description": "MIT is a leading technical university in Cambridge, Massachusetts. It's easily accessible by the MBTA subway system, allowing convenient travel around the Boston area."},
|
7 |
+
{"name": "Stanford University, Stanford", "description": "Stanford University, located near Palo Alto, California, is renowned for its engineering and computer science programs. The area is served by Caltrain and various bus routes, facilitating travel to nearby cities like San Francisco and San Jose."},
|
8 |
+
{"name": "Carnegie Mellon University, Pittsburgh", "description": "Carnegie Mellon is known for its robust engineering and computer science programs. Pittsburgh offers a comprehensive public transit system with buses and light rail (the 'T') covering the city."},
|
9 |
+
{"name": "University of California—Berkeley, Berkeley", "description": "UC Berkeley is a top-tier university with strong technical programs. It's part of the San Francisco Bay Area, served extensively by BART and bus services, making it easy to explore both Berkeley and San Francisco."},
|
10 |
+
{"name": "Georgia Institute of Technology, Atlanta", "description": "Georgia Tech is located in the heart of Atlanta and is well-connected by the MARTA system, which includes both buses and a subway network. This facilitates easy access to various parts of the city."},
|
11 |
+
{"name": "University of Illinois—Urbana-Champaign, Urbana-Champaign", "description": "The University of Illinois is a leader in engineering and technology. The twin cities of Urbana and Champaign are served by a robust network of buses, making campus and city commuting convenient."}
|
12 |
]
|
13 |
+
|
14 |
"""
|
15 |
|
16 |
description_loire = "A 3-day bike trip through the Loire Valley."
|