Ganesh89 commited on
Commit
1416e0b
·
verified ·
1 Parent(s): 18582ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
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: