Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
retopara
/
ragflow
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
004756c
ragflow
/
web
/
src
/
global.less
balibabu
feat: add loading to ChatContainer and set font family to inter and add tooltip to Form.Item and download documents on the document list page (#136)
84f80c5
11 months ago
raw
Copy download link
history
blame
59 Bytes
@import
url(
./inter.less
);
body
{
font-family
: Inter;
}