Francesco commited on
Commit
72998ae
โ€ข
1 Parent(s): 7615be3

minor changes

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -63,7 +63,7 @@ st.set_page_config(initial_sidebar_state=st.session_state.sidebar_state)
63
 
64
  db, chain = init()
65
 
66
- st.title("Disney songs for you ๐ŸŽต๐Ÿฐ๐Ÿ”ฎ")
67
  st.markdown(
68
  """
69
  *<small>Made with [DeepLake](https://www.deeplake.ai/) ๐Ÿš€ and [LangChain](https://python.langchain.com/en/latest/index.html) ๐Ÿฆœโ›“๏ธ</small>*
@@ -112,7 +112,7 @@ with st.sidebar:
112
  step=1,
113
  )
114
  number_of_displayed_songs = st.slider(
115
- "Number of displayed songs", min_value=1, max_value=4, value=1, step=1
116
  )
117
 
118
 
 
63
 
64
  db, chain = init()
65
 
66
+ st.title("FairytaleDJ ๐ŸŽต๐Ÿฐ๐Ÿ”ฎ")
67
  st.markdown(
68
  """
69
  *<small>Made with [DeepLake](https://www.deeplake.ai/) ๐Ÿš€ and [LangChain](https://python.langchain.com/en/latest/index.html) ๐Ÿฆœโ›“๏ธ</small>*
 
112
  step=1,
113
  )
114
  number_of_displayed_songs = st.slider(
115
+ "Number of displayed songs", min_value=1, max_value=4, value=2, step=1
116
  )
117
 
118