Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -166,7 +166,7 @@ with gr.Blocks() as demo:
|
|
166 |
)
|
167 |
|
168 |
|
169 |
-
|
170 |
for verein in links_text:
|
171 |
json_schema ='{"vereinsname": "", "email": "", "adresse": "","telefon": ""}'
|
172 |
response = chat_session.send_message(f"return a valid json object with kontakdaten für {verein}. here is the json schema: {json_schema}")
|
|
|
166 |
)
|
167 |
|
168 |
|
169 |
+
kontakt = []
|
170 |
for verein in links_text:
|
171 |
json_schema ='{"vereinsname": "", "email": "", "adresse": "","telefon": ""}'
|
172 |
response = chat_session.send_message(f"return a valid json object with kontakdaten für {verein}. here is the json schema: {json_schema}")
|