Getting the twitter dashboard working.
This commit is contained in:
@@ -7,14 +7,6 @@ from ..manager import APIKeyManager
|
||||
import os
|
||||
from dotenv import load_dotenv # Keep if api_key_manager uses it
|
||||
import sys
|
||||
# Corrected import: Assuming validation functions are in validation.py in the parent directory
|
||||
from ..validation import (
|
||||
test_serpapi_key,
|
||||
test_tavily_key,
|
||||
test_metaphor_key,
|
||||
test_firecrawl_key
|
||||
# Add others if needed later, e.g., test_bing_key, test_google_search_key
|
||||
)
|
||||
|
||||
# Configure logger (assuming configured elsewhere or keep minimal here)
|
||||
logger.add(sys.stderr, level="INFO") # Keep simple example if needed
|
||||
|
||||
@@ -199,7 +199,7 @@ def render_website_setup(api_key_manager: APIKeyManager) -> Dict[str, Any]:
|
||||
|
||||
# --- Removed Analysis Section ---
|
||||
# The detailed website analysis should be a separate feature, not part of the initial setup validation.
|
||||
st.markdown("--- ---“)
|
||||
st.markdown("---")
|
||||
st.markdown("ℹ️ *The detailed Website Analyzer tool is available separately in the main application.*")
|
||||
st.info("Entering your website URL is optional. Click Continue to proceed.")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user