Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
arbml/cidar_human_eval
Zaid
/
cidar_human_eval
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Deema
commited on
Feb 15, 2024
Commit
77cff49
·
verified
·
1 Parent(s):
2338344
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -19,6 +19,7 @@ css = """
19
#component-17
20
{
21
text-align: right;
22
}
23
"""
24
19
#component-17
20
{
21
text-align: right;
22
+
justify-content: flex-start; / Aligns children to the right */
23
}
24
"""
25