import streamlit as st | |
def show_dashboard(): | |
st.title("Tachygraphy Micro-text Analysis & Normalization") | |
st.write(""" | |
Welcome to the Tachygraphy Micro-text Analysis & Normalization Project. This application is designed to analyze text data through three stages: | |
1. Sentiment Polarity Analysis | |
2. Emotion Mood-tag Analysis | |
3. Text Transformation & Normalization | |
""") |