Upload 9 files
Browse files- .gitattributes +1 -0
- assets/classification.png +0 -0
- assets/eye.png +0 -0
- assets/favicon.ico +0 -0
- assets/generation.png +0 -0
- assets/jsonfile.png +0 -0
- assets/requete.png +0 -0
- assets/situation.png +0 -0
- assets/sparkles.gif +3 -0
- assets/style.css +11 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
assets/sparkles.gif filter=lfs diff=lfs merge=lfs -text
|
assets/classification.png
ADDED
|
assets/eye.png
ADDED
|
assets/favicon.ico
ADDED
|
|
assets/generation.png
ADDED
|
assets/jsonfile.png
ADDED
|
assets/requete.png
ADDED
|
assets/situation.png
ADDED
|
assets/sparkles.gif
ADDED
|
Git LFS Details
|
assets/style.css
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
html,body{max-width:100vw}
|
| 2 |
+
button.mantine-Anchor-root{padding:0 10px;background-color:#414040;border-radius:20px;color:#ffffff; font-size:0.8em}
|
| 3 |
+
button.mantine-Anchor-root:hover{text-decoration:none!important}
|
| 4 |
+
.mantine-Text-root{white-space: pre-line!important;}
|
| 5 |
+
.dash-tooltip .dash-table-tooltip{background-color:#d1cfcf!important;color:black!important; font-size:10px!important}
|
| 6 |
+
.dash-table-tooltip > p{color:black!important; font-size:10px!important}
|
| 7 |
+
dash-table-tooltip a, div.unfocused.selectable.dash-cell-value.cell-markdown p a{color:lightgrey}
|
| 8 |
+
@media screen and (max-device-width: 31.25em) {
|
| 9 |
+
div.m_dee7bd2f.mantine-Grid-inner:nth-child(10){--col-flex-basis:100%!important; --col-max-width:100%!important}
|
| 10 |
+
div.m_dee7bd2f.mantine-Grid-inner > div.mantine-Grid-col{--col-flex-basis:100%!important; --col-max-width:100%!important}
|
| 11 |
+
}
|