Update app.py
Browse files
app.py
CHANGED
@@ -53,9 +53,6 @@ prompt_template = PromptTemplate(
|
|
53 |
)
|
54 |
|
55 |
|
56 |
-
# Streamlit app layout
|
57 |
-
st.markdown(page_bg_img, unsafe_allow_html=True)
|
58 |
-
|
59 |
st.title("What's on your mind today?")
|
60 |
|
61 |
if "messages" not in st.session_state:
|
|
|
53 |
)
|
54 |
|
55 |
|
|
|
|
|
|
|
56 |
st.title("What's on your mind today?")
|
57 |
|
58 |
if "messages" not in st.session_state:
|