Spaces:
Running
Running
Update app.py
Browse files
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 == "
|
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'
|