Francesco commited on
Commit
9fb75c0
โ€ข
1 Parent(s): 4d2ab8e
Files changed (2) hide show
  1. README.md +10 -0
  2. app.py +1 -1
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>*