Spaces:
Running
Running
Update get_gmail_data.py
Browse files- get_gmail_data.py +1 -1
get_gmail_data.py
CHANGED
@@ -197,7 +197,7 @@ class GmailDataExtractor:
|
|
197 |
return None
|
198 |
|
199 |
|
200 |
-
def extract_text(html_content:
|
201 |
"""
|
202 |
Extracts text and links from HTML content.
|
203 |
|
|
|
197 |
return None
|
198 |
|
199 |
|
200 |
+
def extract_text(self,html_content:str) -> tuple:
|
201 |
"""
|
202 |
Extracts text and links from HTML content.
|
203 |
|