reetk11 commited on
Commit
40d8fe9
·
verified ·
1 Parent(s): 62a0c4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -9
app.py CHANGED
@@ -114,17 +114,10 @@ welcome_message = """
114
  """
115
 
116
  topics = """
117
- ### Feel Free to ask me anything from the topics below!
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