File size: 419 Bytes
4a97943
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
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

    """)