Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
markytools
/
strexp
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c31349f
strexp
/
captum
/
insights
/
attr_vis
/
frontend
/
src
/
index.tsx
markytools
added strexp
d61b9c7
almost 2 years ago
raw
Copy download link
history
blame
Safe
177 Bytes
import
React
from
"react"
;
import
ReactDOM
from
"react-dom"
;
import
"./index.css"
;
import
WebApp
from
"./WebApp"
;
ReactDOM
.
render
(
<
WebApp
/>
,
document
.
getElementById
(
"root"
));