Spaces:
Sleeping
Sleeping
Aiswarya Sankar
commited on
Commit
·
2ea0c80
1
Parent(s):
a37b147
Clean code
Browse files
app.py
CHANGED
@@ -147,7 +147,6 @@ def index_repo(textbox: str, dropdown: str) -> Response:
|
|
147 |
pass
|
148 |
|
149 |
activeloop_username = "aiswaryas"
|
150 |
-
dataset_path = f"hub://{activeloop_username}/" + pathName
|
151 |
text_splitter = CharacterTextSplitter(chunk_size=1000, chunk_overlap=0)
|
152 |
texts = text_splitter.split_documents(docs)
|
153 |
|
|
|
147 |
pass
|
148 |
|
149 |
activeloop_username = "aiswaryas"
|
|
|
150 |
text_splitter = CharacterTextSplitter(chunk_size=1000, chunk_overlap=0)
|
151 |
texts = text_splitter.split_documents(docs)
|
152 |
|