KwabsHug commited on
Commit
444391a
·
verified ·
1 Parent(s): d1ec616

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -209,7 +209,7 @@ def brainstormconsiderations(text):
209
  return Finaloutput
210
 
211
  def generateconfig(text):
212
- Finaloutput = geminiproinferenceinstance(f"NBNB property name must be enclosed in double quotes. Use this as inspiration to make a {text} (user requested) based story aka keep same format to work with an existing app: /n/n{configcomptestexample} "))
213
 
214
  return Finaloutput
215
 
 
209
  return Finaloutput
210
 
211
  def generateconfig(text):
212
+ Finaloutput = geminiproinferenceinstance(f"NBNB property name must be enclosed in double quotes. Use this as inspiration to make a {text} (user requested) based story aka keep same format to work with an existing app: /n/n{configcomptestexample} ")
213
 
214
  return Finaloutput
215