-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMain.py
More file actions
10 lines (8 loc) · 704 Bytes
/
Main.py
File metadata and controls
10 lines (8 loc) · 704 Bytes
1
2
3
4
5
6
7
8
9
10
import streamlit as st
st.set_page_config(
page_title="Main",
layout="centered",
initial_sidebar_state="auto"
)
st.markdown("""According to recent events in Iran due to the murdered 22-year-old girl called [__Mahsa Amini__](https://en.wikipedia.org/wiki/Death_of_Mahsa_Amini), her name has been a trend on social media platforms like Twitter( [#MahsaAmini](https://twitter.com/search?q=%23MahsaAmini) , [#مهسا_امینی](https://twitter.com/search?q=%23%D9%85%D9%87%D8%B3%D8%A7_%D8%A7%D9%85%DB%8C%D9%86%DB%8C)). She died on September 16, 2022, and since then, many protests have been held in Iran.
We are supposed to collect the data on Twitter related to her and analyze the data.""")