Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -342,6 +342,7 @@ st.warning("Die aufgelisteten Keywörter für erhöhte Reichweite in den Übersc
|
|
342 |
if selected_option == "Realzeit Anfragen":
|
343 |
|
344 |
raw_choices_list = list(st.session_state["real_trending_searches"][selected_country].keys())
|
|
|
345 |
cleaned_to_raw_mapping = {re.sub(r"\s\(\d+\)$", "", choice): choice for choice in raw_choices_list}
|
346 |
|
347 |
choices_list = [category for category in fixed_order if category in cleaned_to_raw_mapping]
|
|
|
342 |
if selected_option == "Realzeit Anfragen":
|
343 |
|
344 |
raw_choices_list = list(st.session_state["real_trending_searches"][selected_country].keys())
|
345 |
+
print(raw_choices_list)
|
346 |
cleaned_to_raw_mapping = {re.sub(r"\s\(\d+\)$", "", choice): choice for choice in raw_choices_list}
|
347 |
|
348 |
choices_list = [category for category in fixed_order if category in cleaned_to_raw_mapping]
|