Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -114,17 +114,10 @@ welcome_message = """
|
|
114 |
"""
|
115 |
|
116 |
topics = """
|
117 |
-
###
|
118 |
-
- Chess piece movements
|
119 |
-
- Special moves
|
120 |
-
- Game phases
|
121 |
-
- Common strategies
|
122 |
-
- Chess terminology
|
123 |
-
- Famous games
|
124 |
-
- Chess tactics
|
125 |
-
|
126 |
Please start by entering your college preferences and information in this format: {state-of-residence}, {out/in state}, {max-tuition-in-thousands}, {gender-diversity-rating}, {ethnic-diversity-rating}, {urban/rural}
|
127 |
The diversity ratings are on a scale of 1-10 for importance to the user
|
|
|
128 |
Example: Virginia, in-state, 50, 8, 5, rural
|
129 |
"""
|
130 |
|
|
|
114 |
"""
|
115 |
|
116 |
topics = """
|
117 |
+
###
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
118 |
Please start by entering your college preferences and information in this format: {state-of-residence}, {out/in state}, {max-tuition-in-thousands}, {gender-diversity-rating}, {ethnic-diversity-rating}, {urban/rural}
|
119 |
The diversity ratings are on a scale of 1-10 for importance to the user
|
120 |
+
|
121 |
Example: Virginia, in-state, 50, 8, 5, rural
|
122 |
"""
|
123 |
|