Update app.py
Browse files
app.py
CHANGED
|
@@ -31,6 +31,8 @@ warnings.filterwarnings("ignore")
|
|
| 31 |
# In[2]:
|
| 32 |
|
| 33 |
time_str = time.strftime("%d%m%Y-%H%M%S")
|
|
|
|
|
|
|
| 34 |
#Functions
|
| 35 |
|
| 36 |
def article_text_extractor(url: str):
|
|
|
|
| 31 |
# In[2]:
|
| 32 |
|
| 33 |
time_str = time.strftime("%d%m%Y-%H%M%S")
|
| 34 |
+
HTML_WRAPPER = """<div style="overflow-x: auto; border: 1px solid #e6e9ef; border-radius: 0.25rem; padding: 1rem;
|
| 35 |
+
margin-bottom: 2.5rem">{}</div> """
|
| 36 |
#Functions
|
| 37 |
|
| 38 |
def article_text_extractor(url: str):
|