Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,3 @@
|
|
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
|
|
|
|
|
|
|
|
|
1 |
import streamlit as st
|
2 |
from streamlit_elements import elements, media
|
3 |
from chatbot import YouTubeChatbot
|