def app_intro(): return """

Student Performance Query System

Query Student Performance Data with NLP

Welcome to the Student Performance Query System! This application enables you to query student performance data using natural language processing (NLP) techniques. Originally designed with OpenAI functions, it has now been fully converted to utilize Mistral-8x7B-Instruct.

Key Features:

In the Black Box: ⚙️

This application utilizes the Mistral-8x7B-Instruct-v0.1 LLM to interpret your queries and provide insights into student performance data.

Get Started:

Ask questions about student performance in plain language and let the system handle the rest! 🎓 The bot is here to assist you. Dataset used: Student Performance Data.

""" def how_use_intro(): return """

Getting Started with Student Performance Query System! 📊🔍


How to Use:


"""