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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -114,10 +114,9 @@ welcome_message = """
114
 
115
  topics = """
116
  ###
117
- 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}
118
- The diversity ratings are on a scale of 1-10 for importance to the user
119
 
120
- Example: Virginia, in-state, 50, 8, 5, rural
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