abigaildavis commited on
Commit
15b1078
·
verified ·
1 Parent(s): 07c0503

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -114,9 +114,15 @@ welcome_message = """
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
 
114
 
115
  topics = """
116
  ###
117
+ Collete wants to know what state you live in and what max tution you would pay for college and will give you some colleges that are a good fit for you.
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
+ You can also ask Collete about these topics concerning college and college admissions:
122
+ - Applications
123
+ - College life
124
+ - Testing for college
125
+ - College fit
126
  """
127
 
128
  # Setup the Gradio Blocks interface with custom layout components