Cleanup HTML
This commit is contained in:
@@ -26,12 +26,12 @@ layout = html.Div(
|
|||||||
dcc.Input(
|
dcc.Input(
|
||||||
id="search",
|
id="search",
|
||||||
type="text",
|
type="text",
|
||||||
placeholder="Nom d'acheteur, d'entreprise, mot de clé de marché...",
|
placeholder="Nom d'acheteur, d'entreprise, SIREN...",
|
||||||
),
|
|
||||||
html.Div(
|
|
||||||
className="search_options",
|
|
||||||
children=[dcc.RadioItems(options=["Acheteur(s)"])],
|
|
||||||
),
|
),
|
||||||
|
# html.Div(
|
||||||
|
# className="search_options",
|
||||||
|
# children=[dcc.RadioItems(options=["Acheteur(s)"])],
|
||||||
|
# ),
|
||||||
html.Div(id="search_results"),
|
html.Div(id="search_results"),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
@@ -77,4 +77,4 @@ def update_search_results(query):
|
|||||||
|
|
||||||
return content
|
return content
|
||||||
else:
|
else:
|
||||||
return html.P("Tapez au moins 1 caractère")
|
return html.P("")
|
||||||
|
|||||||
Reference in New Issue
Block a user