ayush5710 commited on
Commit
d8b405c
β€’
1 Parent(s): 6650051

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ st.write(DESCRIPTION)
38
  def predict(message):
39
  with st.status("Requesting πŸ¦”..."):
40
  st.write("Requesting API...")
41
- response = bard.get_answer(message if not (code_interpreter and useSystemPrompt) else message + " . ")
42
  st.write("Done...")
43
 
44
  st.write("Checking images...")
 
38
  def predict(message):
39
  with st.status("Requesting πŸ¦”..."):
40
  st.write("Requesting API...")
41
+ response = bard.get_answer(message if not (code_interpreter and useSystemPrompt) else message + " . "+system_prompt)
42
  st.write("Done...")
43
 
44
  st.write("Checking images...")