Illia56 commited on
Commit
dcd59a4
1 Parent(s): 1652fd9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- st.title("YouTube Video Chatbot")
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