Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ZackBradshaw
/
chat-nface
like
0
Configuration error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a09def2
chat-nface
/
frontend
/
pages
/
_app.js
zack
chore: include global css in _app.js :art:
a09def2
over 1 year ago
raw
Copy download link
history
blame
201 Bytes
import
'../src/css/index.css'
;
import
ReactEnviorment
from
'../components/ReactFlow/ReactFlowEnv'
export
default
function
App
(
) {
return
(
<>
<
ReactEnviorment
/>
</>
)
};