jorgik1 commited on
Commit
19b5fba
1 Parent(s): 3a81b83

Update sidebar.py

Browse files
Files changed (1) hide show
  1. 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