mgokg commited on
Commit
0fabb59
·
verified ·
1 Parent(s): 6c1c62c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -35,10 +35,10 @@ def parse_links(prompt):
35
 
36
  print(response.json())
37
  # Parse the JSON response
38
- data = response.json()
39
  # Extract the message
40
- ergebnis = data.get('message')
41
- return ergebnis
42
 
43
  return response.json()
44
  # Rückgabe als Dictionary, um es mit gr.JSON kompatibel zu machen
 
35
 
36
  print(response.json())
37
  # Parse the JSON response
38
+ #data = response.json()
39
  # Extract the message
40
+ #ergebnis = data.get('message')
41
+ #return ergebnis
42
 
43
  return response.json()
44
  # Rückgabe als Dictionary, um es mit gr.JSON kompatibel zu machen