Illia56 commited on
Commit
b5e64b2
·
1 Parent(s): 182e542

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ if prompt := st.chat_input("Ask Palm 2 anything..."):
62
  st.markdown(response['content'])
63
 
64
  if response['code']:
65
- if st.button('Run Code')
66
  with st.status("Running code..."):
67
  try:
68
  exec(response['code'])
 
62
  st.markdown(response['content'])
63
 
64
  if response['code']:
65
+ if st.button('Run Code'):
66
  with st.status("Running code..."):
67
  try:
68
  exec(response['code'])