Spaces:
Sleeping
Sleeping
Jonas Wiesli
commited on
Commit
•
8c8ed66
1
Parent(s):
7f7dd9f
added text to culprit choice
Browse files
app.py
CHANGED
@@ -27,7 +27,8 @@ css = "@import url(https://fonts.googleapis.com/css2?family=Silkscreen:wght@400;
|
|
27 |
"position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(" \
|
28 |
"-50%);width:50%;height:50vh;padding:80px 20px 20px;background-color:#fff;border:1px solid " \
|
29 |
"#002366}#component-51{display:flex;flex-direction:column}#component-51.hide.svelte-1btyfsc{" \
|
30 |
-
"display:none}#component-51:before{
|
|
|
31 |
"flex-grow:1}#component-49{position:initial;background-image:url(" \
|
32 |
"\"file/img/map.jpg\");background-position:center;background-repeat:no-repeat;background-size:contain" \
|
33 |
"}#component-50,#component-57{position:absolute;top:20px;right:20px;width:44px;height:44px;min-width:44px;min" \
|
|
|
27 |
"position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(" \
|
28 |
"-50%);width:50%;height:50vh;padding:80px 20px 20px;background-color:#fff;border:1px solid " \
|
29 |
"#002366}#component-51{display:flex;flex-direction:column}#component-51.hide.svelte-1btyfsc{" \
|
30 |
+
"display:none}#component-51:before{content: \"The Killer is: " \
|
31 |
+
"\";position:absolute;top:20px;left:20px}#component-51>:not(:last-child){" \
|
32 |
"flex-grow:1}#component-49{position:initial;background-image:url(" \
|
33 |
"\"file/img/map.jpg\");background-position:center;background-repeat:no-repeat;background-size:contain" \
|
34 |
"}#component-50,#component-57{position:absolute;top:20px;right:20px;width:44px;height:44px;min-width:44px;min" \
|