mgokg commited on
Commit
3db3e2d
·
verified ·
1 Parent(s): cdc6113

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -167,7 +167,7 @@ with gr.Blocks() as demo:
167
 
168
 
169
  json_schema ='{"vereinsname": "", "email": "", "adresse": "","telefon": ""}'
170
- response = chat_session.send_message(f"return a valid json object with kontakdaten for each verein \n {links_text}. here is the json schema: {json_schema}")
171
  #response.text = response.text.replace("```json", "")
172
  #response.text = response.text.replace("```", "")
173
  #kontakt.append(response.text)
 
167
 
168
 
169
  json_schema ='{"vereinsname": "", "email": "", "adresse": "","telefon": ""}'
170
+ response = chat_session.send_message(f"return a valid json object with contact details for each verein \n {links_text}")
171
  #response.text = response.text.replace("```json", "")
172
  #response.text = response.text.replace("```", "")
173
  #kontakt.append(response.text)