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