Spaces:
Sleeping
Sleeping
Update sidebar.py
Browse files- sidebar.py +1 -1
sidebar.py
CHANGED
@@ -15,7 +15,7 @@ def sidebar():
|
|
15 |
st.markdown(
|
16 |
"YouTuberGPT allows you to ask questions about YouTube videos. "
|
17 |
)
|
18 |
-
faq()
|
19 |
st.markdown(
|
20 |
"This tool is a work in progress. "
|
21 |
"You can contribute to the project on [GitHub](https://github.com/jorgik1/youtuber_ai_chatbot) " # noqa: E501
|
|
|
15 |
st.markdown(
|
16 |
"YouTuberGPT allows you to ask questions about YouTube videos. "
|
17 |
)
|
18 |
+
faq.faq()
|
19 |
st.markdown(
|
20 |
"This tool is a work in progress. "
|
21 |
"You can contribute to the project on [GitHub](https://github.com/jorgik1/youtuber_ai_chatbot) " # noqa: E501
|