Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,8 +6,7 @@ from datasets import load_dataset
|
|
| 6 |
from data_collection import extract_tourism_trends, load_chalet_data, analyze_chalet_data
|
| 7 |
from content_creation import generate_tourism_article, extract_keywords
|
| 8 |
from content_analysis import analyze_content_readability, analyze_sentiment, improve_content
|
| 9 |
-
from media_generation import
|
| 10 |
-
from media_generation import create_image_prompt suggest_image_improvements enhance_multiple_images
|
| 11 |
from performance_analysis import analyze_content_performance, create_performance_charts, generate_sample_data
|
| 12 |
from data_management import load_tourism_datasets, create_chalet_dataset, filter_dataset_by_criteria, analyze_dataset
|
| 13 |
from audience_targeting import create_audience_segments, analyze_audience_segments, create_segment_visualization, generate_targeted_content, create_sample_audience_data
|
|
|
|
| 6 |
from data_collection import extract_tourism_trends, load_chalet_data, analyze_chalet_data
|
| 7 |
from content_creation import generate_tourism_article, extract_keywords
|
| 8 |
from content_analysis import analyze_content_readability, analyze_sentiment, improve_content
|
| 9 |
+
from media_generation import create_image_prompt, suggest_image_improvements, enhance_multiple_images
|
|
|
|
| 10 |
from performance_analysis import analyze_content_performance, create_performance_charts, generate_sample_data
|
| 11 |
from data_management import load_tourism_datasets, create_chalet_dataset, filter_dataset_by_criteria, analyze_dataset
|
| 12 |
from audience_targeting import create_audience_segments, analyze_audience_segments, create_segment_visualization, generate_targeted_content, create_sample_audience_data
|