Python-proje commited on
Commit
1b705f8
·
1 Parent(s): 55af729

Rename main.py to app.py

Browse files
Files changed (1) hide show
  1. main.py → app.py +1 -1
main.py → app.py RENAMED
@@ -37,7 +37,7 @@ st.markdown(main_css,unsafe_allow_html=True)
37
  st.markdown(nav_bar_css,unsafe_allow_html=True)
38
 
39
 
40
- with st.expander(r":balloon: ${\huge \text{Quick grab}}$",expanded = 0):
41
  option_site = st.selectbox("Choose a news outlet", options=("Morocco World News", "Hespress","Aljazeera"))
42
 
43
  if option_site=="Morocco World News":
 
37
  st.markdown(nav_bar_css,unsafe_allow_html=True)
38
 
39
 
40
+ with st.expander(r":balloon: Quick grab",expanded = 0):
41
  option_site = st.selectbox("Choose a news outlet", options=("Morocco World News", "Hespress","Aljazeera"))
42
 
43
  if option_site=="Morocco World News":