help@rskworld.in +91 93305 39277
RSK World
  • Home
  • Development
    • Web Development
    • Mobile Apps
    • Software
    • Games
    • Project
  • Technologies
    • Data Science
    • AI Development
    • Cloud Development
    • Blockchain
    • Cyber Security
    • Dev Tools
    • Testing Tools
  • About
  • Contact

Theme Settings

Color Scheme
Display Options
Font Size
100%
Back to Project
RSK World
nlp-text-analysis-bot
/
templates
RSK World
nlp-text-analysis-bot
NLP Text Analysis Bot - Python + NLP + Flask + Machine Learning + Text Analysis + AI
templates
  • admin.html10.8 KB
  • index.html3.4 KB
index.html
templates/index.html
Raw Download
Find: Go to:
<!--
Project: Customer Service Bot
Author: RSK World
Website: https://rskworld.in
Contact: info@rskworld.com, support@rskworld.com
Phone: +91 93305 39277
Year: 2026
-->
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Customer Service Bot - RSK World</title>
    <!-- Icons -->
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
    <!-- CSS -->
    <link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
</head>

<body>

    <!-- Ambient Background -->
    <div class="background-glow"></div>
    <div class="background-glow-2"></div>

    <div class="main-container">
        <!-- Info Sidebar -->
        <aside class="info-sidebar">
            <div>
                <div class="brand">
                    <i class="fas fa-headset text-danger" style="color: #ef4444;"></i>
                    <div class="brand-text">
                        <h1>CS Bot</h1>
                        <small style="color: #94a3b8;">Automated Support</small>
                    </div>
                </div>

                <div style="margin-top: 40px;">
                    <h3 style="color: #cbd5e1; font-size: 1.1rem; margin-bottom: 20px;">Features</h3>
                    <ul class="features-list">
                        <li><i class="fas fa-robot"></i> AI FAQ & Logic</li>
                        <li><i class="fas fa-ticket"></i> Ticket Management</li>
                        <li><i class="fas fa-heart-pulse"></i> Sentiment Analysis</li>
                        <li><i class="fas fa-users-cog"></i> <a href="/admin"
                                style="color: inherit; text-decoration: none;">Admin Dashboard</a></li>
                    </ul>
                </div>
            </div>

            <div class="author-info">
                <p>Developed by <strong>RSK World</strong></p>
                <p><i class="fas fa-globe"></i> <a href="https://rskworld.in" target="_blank">rskworld.in</a></p>
                <p><i class="fas fa-envelope"></i> info@rskworld.com</p>
                <p>&copy; 2026 All Rights Reserved.</p>
            </div>
        </aside>

        <!-- Chat Area -->
        <main class="chat-container">
            <div class="chat-header">
                <div class="status-indicator">
                    <div class="dot"></div>
                    <span>Online | Ready to Help</span>
                </div>
                <div>
                    <!-- Simple theme toggle or other controls could go here -->
                </div>
            </div>

            <div class="chat-messages" id="chat-box">
                <!-- Welcome Message -->
                <div class="message bot">
                    Hello! Welcome to RSK World Customer Support. <br>
                    I can help you with FAQs or raise a support ticket for you. How can I assist you today?
                </div>
            </div>

            <div class="chat-input-area">
                <input type="text" id="user-input" placeholder="Type your message..." autocomplete="off">
                <button id="send-btn"><i class="fas fa-paper-plane"></i></button>
            </div>
        </main>
    </div>

    <script src="{{ url_for('static', filename='script.js') }}"></script>
</body>

</html>
90 lines•3.4 KB
markup

About RSK World

Founded by Molla Samser, with Designer & Tester Rima Khatun, RSK World is your one-stop destination for free programming resources, source code, and development tools.

Founder: Molla Samser
Designer & Tester: Rima Khatun

Development

  • Game Development
  • Web Development
  • Mobile Development
  • AI Development
  • Development Tools

Legal

  • Terms & Conditions
  • Privacy Policy
  • Disclaimer

Contact Info

Nutanhat, Mongolkote
Purba Burdwan, West Bengal
India, 713147

+91 93305 39277

hello@rskworld.in
support@rskworld.in

© 2026 RSK World. All rights reserved.

Content used for educational purposes only. View Disclaimer