Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -5,13 +5,7 @@ from urllib.parse import urljoin
|
|
5 |
|
6 |
def parse_links(prompt):
|
7 |
#anfrage ='fill in the missing contact information. do not reference the json object. do not use html tags inside the json object. it must be valid json. do not return explanaitons or any other text. thanks for your efforts:)'
|
8 |
-
|
9 |
-
{
|
10 |
-
"Name": f"{prompt}",
|
11 |
-
"Email": "",
|
12 |
-
"Website": ""
|
13 |
-
}'
|
14 |
-
'''
|
15 |
try:
|
16 |
url = "http://specialist-it.de:3001/api/search"
|
17 |
|
|
|
5 |
|
6 |
def parse_links(prompt):
|
7 |
#anfrage ='fill in the missing contact information. do not reference the json object. do not use html tags inside the json object. it must be valid json. do not return explanaitons or any other text. thanks for your efforts:)'
|
8 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
try:
|
10 |
url = "http://specialist-it.de:3001/api/search"
|
11 |
|