KwabsHug commited on
Commit
6287463
·
verified ·
1 Parent(s): d170586

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -179,7 +179,7 @@ def geminiinferenceinstance(text):
179
  ]
180
  )
181
 
182
- response = chat_session.send_message(f"Use this as inspiration to make a pirate story aka keep same format to work with an existing app: /n/n{configcomptestexample} ")
183
 
184
  return response.text #print(response.text)
185
 
 
179
  ]
180
  )
181
 
182
+ response = chat_session.send_message(f"NBNB property name must be enclosed in double quotes. Use this as inspiration to make a pirate story aka keep same format to work with an existing app: /n/n{configcomptestexample} ")
183
 
184
  return response.text #print(response.text)
185