Add1E commited on
Commit
b86b57c
·
verified ·
1 Parent(s): 43de513

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -83,7 +83,6 @@ categories = {
83
  "Technik": "t",
84
  }
85
 
86
-
87
  def check_password():
88
  """Returns `True` if the user had the correct password."""
89
 
@@ -172,5 +171,4 @@ elif selected_option == "Trending Searches Yesterday":
172
  st.write(f"Veröffentlichungsdatum : {entry['pubDate']}")
173
  for count2, link in enumerate(entry['news_items'], start=1):
174
  st.markdown(f"{count2}• {link['title']} [Go To →]({link['url']})")
175
- count += 1
176
-
 
83
  "Technik": "t",
84
  }
85
 
 
86
  def check_password():
87
  """Returns `True` if the user had the correct password."""
88
 
 
171
  st.write(f"Veröffentlichungsdatum : {entry['pubDate']}")
172
  for count2, link in enumerate(entry['news_items'], start=1):
173
  st.markdown(f"{count2}• {link['title']} [Go To →]({link['url']})")
174
+ count += 1