Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
TheFinAI
/
Agent-Market-Arena
like
3
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cd31da1
Agent-Market-Arena
/
src
/
App.vue
Jimin Huang
add: Feature
ac784c2
26 days ago
raw
Copy download link
history
blame
174 Bytes
<
template
>
<
router-view
/>
</
template
>
<
script
>
export
default
{
name
:
'App'
}
</
script
>
<
style
>
html
,
body
,
#app
{
height
:
100%
;
}
body
{
margin
:
0
;
}
</
style
>