{% extends 'base.html' %} {% load static %} {% block title %}Data Analyzer - NetCop AI Hub{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% include "components/agent_header.html" with agent_title="Data Analyzer" agent_subtitle="Upload your data file and get AI-powered analysis with advanced insights" %} {% include "components/quick_agents_panel.html" %}

📤 Upload & Analyze

{% csrf_token %}
Click to upload or drag and drop
Supports PDF, CSV, Excel files (max 10MB)
{% if user.is_authenticated %} {% if user.wallet_balance >= 5.00 %} {% else %}
Insufficient balance! You need 5.00 AED.
đŸ’ŗ Top Up Wallet {% endif %} {% else %} 🔐 Login to Continue {% endif %}

â„šī¸ How It Works

  1. Upload your data file
  2. Choose analysis type
  3. Get AI-powered insights
  4. Copy or download results
{% include "components/processing_status.html" %} {% include "components/results_container.html" with results_title="Analysis Results" %}
{% endblock %}