mgokg commited on
Commit
e8853f1
·
verified ·
1 Parent(s): c1c4c83

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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}")