mgokg commited on
Commit
2b596b1
·
verified ·
1 Parent(s): 543ccb3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -49,6 +49,7 @@ def parse_links(prompt):
49
  # Extract the message
50
  #ergebnis = data.get('message')
51
  ergebnis = response.json().get('message')
 
52
  return ergebnis
53
  # Split the response to get the JSON part only
54
  json_part = ergebnis.split('}\n')[0] + '}'
 
49
  # Extract the message
50
  #ergebnis = data.get('message')
51
  ergebnis = response.json().get('message')
52
+ ergebnis=gr.Markdown()
53
  return ergebnis
54
  # Split the response to get the JSON part only
55
  json_part = ergebnis.split('}\n')[0] + '}'