Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -113,6 +113,7 @@ class Chatbot():
|
|
113 |
if len(row.get('text', '')) < 30:
|
114 |
continue
|
115 |
filtered_pdf.append(row)
|
|
|
116 |
df = pd.DataFrame(filtered_pdf)
|
117 |
print(df.shape)
|
118 |
print(df.head)
|
|
|
113 |
if len(row.get('text', '')) < 30:
|
114 |
continue
|
115 |
filtered_pdf.append(row)
|
116 |
+
print("Filtered paper_text", filtered_pdf)
|
117 |
df = pd.DataFrame(filtered_pdf)
|
118 |
print(df.shape)
|
119 |
print(df.head)
|