camivasz commited on
Commit
9d2ebbb
1 Parent(s): 776991a

change format

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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('<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" 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 ✨",
 
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="100" height="100" 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 ✨",