Asankhaya Sharma commited on
Commit
8d0776b
1 Parent(s): 8a70a7b

update url

Browse files
Files changed (1) hide show
  1. files.py +1 -1
files.py CHANGED
@@ -170,7 +170,7 @@ def filter_file(file, supabase, vector_store):
170
  return False
171
 
172
  def url_uploader(supabase, vector_store):
173
- url = st.text_area("**Add an url**",placeholder="https://www.quivr.app")
174
  button = st.button("Add the URL to the database")
175
 
176
  if button:
 
170
  return False
171
 
172
  def url_uploader(supabase, vector_store):
173
+ url = st.text_area("**Add an url**",placeholder="https://meraGPT.com")
174
  button = st.button("Add the URL to the database")
175
 
176
  if button: