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