Created
August 5, 2020 09:27
-
-
Save kurasaiteja/07a2770c9e368ab4ab3ce22304acecbf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
st.title('Whatsapp Group Chat Analysis') | |
st.markdown('Analysis on Exported chats to understand texting patterns of users.') | |
st.set_option('deprecation.showfileUploaderEncoding', False) | |
st.sidebar.title("Analyze:") | |
st.sidebar.markdown("This app is use to analyze your WhatsApp Group Chats") | |
st.sidebar.markdown('[![Saiteja Kura]\ | |
(https://img.shields.io/badge/[email protected]?colorA=gray&colorB=dodgerblue&logo=github)]\ | |
(https://github.com/kurasaiteja/Whatsapp-Analysis/)') | |
st.sidebar.markdown('**How to export chat text file? (Not Available on Whatsapp Web)**') | |
st.sidebar.text('Follow the steps ๐:') | |
st.sidebar.text('1) Open the individual or group chat.') | |
st.sidebar.text('2) Tap options > More > Export chat.') | |
st.sidebar.text('3) Choose export without media.') | |
st.sidebar.markdown('*You are all set to go ๐*.') | |
st.sidebar.subheader('**FAQs**') | |
st.sidebar.markdown('**What happens to my data?**') | |
st.sidebar.markdown('The data you upload is not saved anywhere on this site or any 3rd party site i.e, not in any storage like DB/FileSystem/Logs.') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment