Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -125,7 +125,7 @@ if 'selected_option' not in st.session_state:
|
|
125 |
|
126 |
# Now, you can safely use st.session_state['selected_option']
|
127 |
selected_option = st.sidebar.radio("Choose an option", ["Realzeit Anfragen", "Tagesaktuelle Anfragen", "Trending Searches Yesterday"])
|
128 |
-
st.
|
129 |
if selected_option == "Tagesaktuelle Anfragen":
|
130 |
today = pytrend.today_searches(pn="AT")
|
131 |
#trending_searches = pytrend.trending_searches(pn="austria")
|
|
|
125 |
|
126 |
# Now, you can safely use st.session_state['selected_option']
|
127 |
selected_option = st.sidebar.radio("Choose an option", ["Realzeit Anfragen", "Tagesaktuelle Anfragen", "Trending Searches Yesterday"])
|
128 |
+
st.warning("Die aufgelisteten Keywörter für erhöhte Reichweite in den Überschriften verwenden")
|
129 |
if selected_option == "Tagesaktuelle Anfragen":
|
130 |
today = pytrend.today_searches(pn="AT")
|
131 |
#trending_searches = pytrend.trending_searches(pn="austria")
|