camivasz commited on
Commit
d333b77
1 Parent(s): eaf6634

change format

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py CHANGED
@@ -193,6 +193,12 @@ def render_search():
193
  label="Check the code",
194
  font_awesome_icon="fa-github",
195
  )
 
 
 
 
 
 
196
 
197
 
198
  def render_palm_results():
@@ -208,6 +214,8 @@ st.set_page_config(
208
  initial_sidebar_state="expanded",
209
  )
210
 
 
 
211
  setup_palm()
212
  reviews, products = load_data()
213
  reviews_model, product_model, product_indexer = load_models()
 
193
  label="Check the code",
194
  font_awesome_icon="fa-github",
195
  )
196
+ st.markdown("""
197
+ *Build by*
198
+ Almond team
199
+ Santiago Hincapié-Potes
200
+ María Camila Vásquez-Correa
201
+ """)
202
 
203
 
204
  def render_palm_results():
 
214
  initial_sidebar_state="expanded",
215
  )
216
 
217
+ st.header("Let us help you get your bussines to the next level")
218
+
219
  setup_palm()
220
  reviews, products = load_data()
221
  reviews_model, product_model, product_indexer = load_models()