akliluet commited on
Commit
d973863
·
verified ·
1 Parent(s): 6b711be

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -537,8 +537,8 @@ def chatbot_interface():
537
  st.markdown(chatbot_response)
538
 
539
  except Exception as e:
540
- st.write("Blocked by content policy \n", e )
541
-
542
 
543
  def main():
544
  # Check if the user is logged in
 
537
  st.markdown(chatbot_response)
538
 
539
  except Exception as e:
540
+ # st.write("Blocked by content policy \n", e )
541
+ print(e)
542
 
543
  def main():
544
  # Check if the user is logged in