Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
pabloce/llama-cpp-agent
rajivmehtapy
/
llama-cpp-agent
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
pabloce
commited on
May 21, 2024
Commit
b8ad668
·
verified
·
1 Parent(s):
79f3ba6
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -18,7 +18,7 @@ css = """
18
border-radius: 6px !important;
19
}
20
.user {
21
-
background: transparent;
22
}
23
"""
24
18
border-radius: 6px !important;
19
}
20
.user {
21
+
background: transparent
!important
;
22
}
23
"""
24