Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import pandas as pd
|
|
| 3 |
import requests
|
| 4 |
from bs4 import BeautifulSoup
|
| 5 |
from datetime import datetime
|
| 6 |
-
import os
|
| 7 |
|
| 8 |
def get_metadata(url):
|
| 9 |
try:
|
|
@@ -52,4 +52,4 @@ if uploaded_file is not None:
|
|
| 52 |
|
| 53 |
# Display link to download the output text file
|
| 54 |
st.success("Scraping completed successfully! Click the link below to download the results.")
|
| 55 |
-
st.markdown(f"[Download Results](
|
|
|
|
| 3 |
import requests
|
| 4 |
from bs4 import BeautifulSoup
|
| 5 |
from datetime import datetime
|
| 6 |
+
import os
|
| 7 |
|
| 8 |
def get_metadata(url):
|
| 9 |
try:
|
|
|
|
| 52 |
|
| 53 |
# Display link to download the output text file
|
| 54 |
st.success("Scraping completed successfully! Click the link below to download the results.")
|
| 55 |
+
st.markdown(f"[Download Results](sandbox:/home/user/app/output.txt)")
|