Spaces:
Running
Running
Asankhaya Sharma
commited on
Commit
·
8d0776b
1
Parent(s):
8a70a7b
update url
Browse files
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://
|
| 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:
|