Spaces:
Runtime error
Runtime error
minor changes
Browse files
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("
|
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=
|
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 |
|