Spaces:
Runtime error
Runtime error
README.md
Browse files
README.md
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: {{DisneyDJ}}
|
3 |
+
emoji: {{๐ฎ}}
|
4 |
+
colorFrom: {{indigo}}
|
5 |
+
colorTo: {{purple}}
|
6 |
+
sdk: {{streamlit}}
|
7 |
+
sdk_version: {{1.19.0}}
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
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>*
|
|
|
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>*
|