update app.py

This commit is contained in:
ja'far shodiq 2025-04-11 23:22:20 +08:00
parent b0f4e9a10c
commit b45cca1e7c
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
import streamlit as st
from multiapp import MultiApp
from apps import frontend,test
from apps import frontend, test
# Set page configuration
st.set_page_config(page_title='Sentiment Analysis Dashboard', layout='wide')
@ -9,7 +9,7 @@ app = MultiApp()
st.markdown("""
# Sentiment Analysis Dashboard
Dashboard ini berisi analisis sentimen komentar netizen di Twitter terhadap gaji dan kesehatan mental generasi Z.
Dashboard ini berisi analisis sentimen komentar netizen di Twitter terhadap gaji mempengaruhi kesehatan mental generasi Z.
""")
app.add_app("Home", frontend.app)