Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
112 |
|
113 |
-
## Your AI-driven assistant for all
|
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
|