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