blazingbunny commited on
Commit
8ceca58
·
verified ·
1 Parent(s): 36b8231

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 # Add the os module for file path handling
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]({output_file_path})")
 
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)")