Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SharanB
/
Chatbot
like
0
Running
App
Files
Files
Community
08eaca3
Chatbot
/
src
/
app
/
app.component.ts
SharanB
Upload 20 files
08eaca3
verified
9 months ago
raw
Copy download link
history
blame
Safe
212 Bytes
import
{
Component
}
from
'@angular/core'
;
@Component
({
selector
:
'app-root'
,
templateUrl
:
'./app.component.html'
,
styleUrls
: [
'./app.component.css'
]
})
export
class
AppComponent
{
title =
'Chainbot'
;
}