Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ Welcome to the **YouTube Video Chatbot** powered by the state-of-the-art Llama-2
|
|
26 |
|
27 |
To get started, simply paste a YouTube video URL in the sidebar and start chatting with the model about the video's content. Enjoy the experience!
|
28 |
"""
|
29 |
-
|
30 |
st.markdown(DESCRIPTION)
|
31 |
|
32 |
|
@@ -94,7 +94,7 @@ def sidebar():
|
|
94 |
)
|
95 |
st.session_state.youtube_url = st.text_input("YouTube Video URL:")
|
96 |
|
97 |
-
|
98 |
sidebar()
|
99 |
initialize_session_state()
|
100 |
|
|
|
26 |
|
27 |
To get started, simply paste a YouTube video URL in the sidebar and start chatting with the model about the video's content. Enjoy the experience!
|
28 |
"""
|
29 |
+
st.title("YouTube Video Chatbot")
|
30 |
st.markdown(DESCRIPTION)
|
31 |
|
32 |
|
|
|
94 |
)
|
95 |
st.session_state.youtube_url = st.text_input("YouTube Video URL:")
|
96 |
|
97 |
+
|
98 |
sidebar()
|
99 |
initialize_session_state()
|
100 |
|