Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -69,6 +69,7 @@ st.set_page_config(initial_sidebar_state=st.session_state.sidebar_state)
|
|
| 69 |
db, storage, chain = init()
|
| 70 |
|
| 71 |
st.title("PlayMyEmotions ๐ต๐ฐ๐ฎ")
|
|
|
|
| 72 |
st.markdown(
|
| 73 |
"""
|
| 74 |
*<small>Made with [DeepLake](https://www.deeplake.ai/) ๐ and [LangChain](https://python.langchain.com/en/latest/index.html) ๐ฆโ๏ธ</small>*
|
|
|
|
| 69 |
db, storage, chain = init()
|
| 70 |
|
| 71 |
st.title("PlayMyEmotions ๐ต๐ฐ๐ฎ")
|
| 72 |
+
|
| 73 |
st.markdown(
|
| 74 |
"""
|
| 75 |
*<small>Made with [DeepLake](https://www.deeplake.ai/) ๐ and [LangChain](https://python.langchain.com/en/latest/index.html) ๐ฆโ๏ธ</small>*
|