reddit-scraper / .streamlit /secrets.toml
milwright's picture
Add .streamlit configuration to suppress secrets warnings
cec8c79
raw
history blame contribute delete
233 Bytes
# Placeholder secrets file to prevent warnings
# Add actual secrets through the Hugging Face Spaces interface
# Reddit API credentials
# REDDIT_CLIENT_ID = ""
# REDDIT_CLIENT_SECRET = ""
# REDDIT_USER_AGENT = "RedditScraperApp/1.0"