KeshavRa commited on
Commit
aff4b58
·
verified ·
1 Parent(s): 2ddd0dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 a"
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("a Chatbot")
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: