SwatGarg commited on
Commit
46c168c
1 Parent(s): a1b29b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -12
app.py CHANGED
@@ -17,18 +17,6 @@ st.set_page_config(page_title="PeacePal")
17
 
18
  st.title('PeacePal 🌱')
19
 
20
- # Set the background color to Calming Green
21
- st.markdown(
22
- """
23
- <style>
24
- body {
25
- background-color: #6EB38E;
26
- }
27
- </style>
28
- """,
29
- unsafe_allow_html=True
30
- )
31
-
32
  mdl = ModelPipeLine()
33
  # Now you can access the retriever attribute of the ModelPipeLine instance
34
  retriever = mdl.retriever
 
17
 
18
  st.title('PeacePal 🌱')
19
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  mdl = ModelPipeLine()
21
  # Now you can access the retriever attribute of the ModelPipeLine instance
22
  retriever = mdl.retriever