Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ahmed-masry
/
ALLaM-Instruct
like
3
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ahmed-masry
commited on
Feb 21
Commit
da50f13
·
verified
·
1 Parent(s):
5a45c1a
Update style.css
Browse files
Files changed (1)
hide
show
style.css
+5
-0
style.css
CHANGED
Viewed
@@ -9,3 +9,8 @@ h1 {
9
background: #1565c0;
10
border-radius: 100vh;
11
}
9
background: #1565c0;
10
border-radius: 100vh;
11
}
12
+
/* Right-align Arabic text */
13
+
.chat-message {
14
+
text-align: right;
15
+
direction: rtl;
16
+
}