Update app.py
Browse files
app.py
CHANGED
|
@@ -124,7 +124,7 @@ for d in domain_info:
|
|
| 124 |
if domain == d['name']:
|
| 125 |
dataset = load_dataset(d['link'])
|
| 126 |
|
| 127 |
-
initial_input = "Tell me about
|
| 128 |
|
| 129 |
# Initialize a new client for ChromeDB.
|
| 130 |
client = chromadb.Client()
|
|
@@ -143,7 +143,7 @@ combined_string: str = f"{random_number}{random_string}"
|
|
| 143 |
# Create a new collection in ChromeDB with the combined string as its name.
|
| 144 |
collection = client.create_collection(combined_string)
|
| 145 |
|
| 146 |
-
st.title("
|
| 147 |
|
| 148 |
# Initialize chat history
|
| 149 |
if "messages" not in st.session_state:
|
|
|
|
| 124 |
if domain == d['name']:
|
| 125 |
dataset = load_dataset(d['link'])
|
| 126 |
|
| 127 |
+
initial_input = "Tell me about YSA"
|
| 128 |
|
| 129 |
# Initialize a new client for ChromeDB.
|
| 130 |
client = chromadb.Client()
|
|
|
|
| 143 |
# Create a new collection in ChromeDB with the combined string as its name.
|
| 144 |
collection = client.create_collection(combined_string)
|
| 145 |
|
| 146 |
+
st.title("YSA Chatbot")
|
| 147 |
|
| 148 |
# Initialize chat history
|
| 149 |
if "messages" not in st.session_state:
|