Illia56 commited on
Commit
509168f
·
1 Parent(s): b60058d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ st.write(DESCRIPTION)
44
  def predict(message):
45
  with st.status("Requesting Palm-2🌴..."):
46
  st.write("Requesting API...")
47
- response = bard.get_answer(message if not (code_interpreter and useSystemPrompt) else message + system_prompt)
48
  st.write("Done...")
49
 
50
  st.write("Checking images...")
 
44
  def predict(message):
45
  with st.status("Requesting Palm-2🌴..."):
46
  st.write("Requesting API...")
47
+ response = bard.get_answer(message if not (code_interpreter and useSystemPrompt) else message + system_prompt)
48
  st.write("Done...")
49
 
50
  st.write("Checking images...")