Spaces:
Sleeping
Sleeping
kms
commited on
Commit
ยท
df46b32
1
Parent(s):
4398562
new csv
Browse files
app.py
CHANGED
@@ -43,10 +43,7 @@ def get_csv_file(csv_docs):
|
|
43 |
f.write(csv_docs.getvalue())
|
44 |
csv_loader = CSVLoader(temp_filepath)
|
45 |
csv_docs = csv_loader.load()
|
46 |
-
|
47 |
-
for row in csv_docs:
|
48 |
-
text += " ".join(str(item) for item in row) + "\n"
|
49 |
-
return text
|
50 |
|
51 |
# json ํ์ผ๋ก๋ถํฐ ํ
์คํธ๋ฅผ ์ถ์ถํ๋ ํจ์์
๋๋ค.
|
52 |
def get_json_file(json_docs):
|
|
|
43 |
f.write(csv_docs.getvalue())
|
44 |
csv_loader = CSVLoader(temp_filepath)
|
45 |
csv_docs = csv_loader.load()
|
46 |
+
return csv_docs
|
|
|
|
|
|
|
47 |
|
48 |
# json ํ์ผ๋ก๋ถํฐ ํ
์คํธ๋ฅผ ์ถ์ถํ๋ ํจ์์
๋๋ค.
|
49 |
def get_json_file(json_docs):
|