Add1E commited on
Commit
06700db
·
verified ·
1 Parent(s): d731014

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -140,7 +140,7 @@ elif selected_option == "Realzeit Anfragen":
140
  auswahl = st.selectbox("Select Ressort", choices_list)
141
 
142
  display_articles_for_category(auswahl)
143
- elif selected_option == "Trending Searches Yesterday":
144
  # trending_searches = pytrend.trending_searches(pn="austria")
145
  # st.code(trending_searches)
146
  timezone = 'Europe/Vienna'
 
140
  auswahl = st.selectbox("Select Ressort", choices_list)
141
 
142
  display_articles_for_category(auswahl)
143
+ elif selected_option == "Trends von Gestern":
144
  # trending_searches = pytrend.trending_searches(pn="austria")
145
  # st.code(trending_searches)
146
  timezone = 'Europe/Vienna'