Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -114,10 +114,9 @@ welcome_message = """
|
|
114 |
|
115 |
topics = """
|
116 |
###
|
117 |
-
|
118 |
-
The diversity ratings are on a scale of 1-10 for importance to the user
|
119 |
|
120 |
-
|
121 |
"""
|
122 |
|
123 |
# Setup the Gradio Blocks interface with custom layout components
|
|
|
114 |
|
115 |
topics = """
|
116 |
###
|
117 |
+
Collete wants to know what state you live in and what max tution you would pay for college.
|
|
|
118 |
|
119 |
+
A sample input is: I live in Virginia and I am looking for a college that has a max tution of 50k.
|
120 |
"""
|
121 |
|
122 |
# Setup the Gradio Blocks interface with custom layout components
|