Spaces:
Running
Running
Update app.py
Browse files
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
|
| 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)
|