jorgik1 commited on
Commit
a8dbf83
1 Parent(s): 2ae92fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  import streamlit as st
2
  from streamlit_elements import elements, media
3
  from chatbot import YouTubeChatbot
 
1
+ # Temporary fix for pydantic issue @see https://github.com/streamlit/streamlit/issues/3218
2
+ import pydantic
3
+ pydantic.class_validators._FUNCS.clear()
4
  import streamlit as st
5
  from streamlit_elements import elements, media
6
  from chatbot import YouTubeChatbot