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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -27,7 +27,6 @@ def convert_into_pd(req_json):
27
  def find_details(req_json, gewünschter_titel):
28
  gewünschte_details = []
29
  for trend_info in req_json:
30
- st.code(trend_info)
31
  if trend_info['title'] == gewünschter_titel:
32
 
33
  for article in trend_info['articles']:
 
27
  def find_details(req_json, gewünschter_titel):
28
  gewünschte_details = []
29
  for trend_info in req_json:
 
30
  if trend_info['title'] == gewünschter_titel:
31
 
32
  for article in trend_info['articles']: