Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
alamin655
/
spacex
like
0
Runtime error
App
Files
Files
Community
1
4364310
spacex
/
public
/
templates
/
search_bar.html
neon_arch
initial commit
15fc415
over 1 year ago
raw
Copy download link
history
blame
213 Bytes
<
div
class
=
"search_bar"
>
<
input
type
=
"search"
name
=
"search-box"
value
=
"{{this.pageQuery}}"
placeholder
=
"Type to search"
/>
<
button
type
=
"submit"
onclick
=
"search_web()"
>
search
</
button
>
</
div
>