Placement Data Analyzer
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}
Drag and drop the CSV file here
Alternatively, click to browse for a file.
Select CSV Data File
Initiate Analysis
{% if graphs_and_insights %}
Placements
{% for item in graphs_and_insights %}
{{ item.graph|safe }}
Key Insights
{{ item.insight|safe }}
{% endfor %}
{% endif %}