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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -108,9 +108,9 @@ def query_model(question):
108
 
109
  # Define the welcome message and specific topics the chatbot can provide information about
110
  welcome_message = """
111
- # ♟️ Welcome to ChessBot!
112
 
113
- ## Your AI-driven assistant for all chess-related queries. Created by SCHOLAR1, SCHOLAR2, and SCHOLAR3 of the 2024 Kode With Klossy CITY Camp.
114
  """
115
 
116
  topics = """
@@ -122,6 +122,10 @@ topics = """
122
  - Chess terminology
123
  - Famous games
124
  - Chess tactics
 
 
 
 
125
  """
126
 
127
  # Setup the Gradio Blocks interface with custom layout components
 
108
 
109
  # Define the welcome message and specific topics the chatbot can provide information about
110
  welcome_message = """
111
+ # ♟️ Welcome to Collete!
112
 
113
+ ## Your AI-driven assistant for all college-related queries. Created by Abigail, Reet, and Sora of the 2024 Kode With Klossy DC Camp.
114
  """
115
 
116
  topics = """
 
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
 
131
  # Setup the Gradio Blocks interface with custom layout components