camivasz commited on
Commit
8f3a07d
1 Parent(s): d333b77

change format

Browse files
Files changed (1) hide show
  1. app.py +6 -7
app.py CHANGED
@@ -164,7 +164,7 @@ def render_search():
164
  Render the search form in the sidebar.
165
  """
166
  with st.sidebar:
167
- st.image("electronic.jpeg")
168
  query = st.text_input(
169
  label="What kind of product are you trying to sell?",
170
  placeholder="Your magic idea goes here ✨",
@@ -193,12 +193,10 @@ def render_search():
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():
@@ -215,6 +213,7 @@ st.set_page_config(
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()
 
164
  Render the search form in the sidebar.
165
  """
166
  with st.sidebar:
167
+ st.image('<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><rect width="8" height="8" x="3" y="3" rx="1"/><path d="M5 3V.5M9 3V.5M3 9H.5M3 5H.5M9 11v2.5M5 11v2.5M11 5h2.5M11 9h2.5m-5-1.5h-2"/></g></svg>')
168
  query = st.text_input(
169
  label="What kind of product are you trying to sell?",
170
  placeholder="Your magic idea goes here ✨",
 
193
  label="Check the code",
194
  font_awesome_icon="fa-github",
195
  )
196
+ st.markdown("_Built by_")
197
+ st.markdown("*Almond team*")
198
+ st.markdown("Santiago Hincapié-Potes")
199
+ st.markdown("María Camila Vásquez-Correa")
 
 
200
 
201
 
202
  def render_palm_results():
 
213
  )
214
 
215
  st.header("Let us help you get your bussines to the next level")
216
+ st.text("Input your idea into the sidebar")
217
 
218
  setup_palm()
219
  reviews, products = load_data()