Spaces:
Runtime error
Runtime error
ehristoforu
commited on
Commit
•
06aaa7c
1
Parent(s):
e1d53b4
Update app.py
Browse files
app.py
CHANGED
@@ -149,7 +149,7 @@ with gr.Blocks(css=css) as demo:
|
|
149 |
<rect width="23" height="23" fill="white"></rect>
|
150 |
<rect y="69" width="23" height="23" fill="white"></rect>
|
151 |
<rect x="23" width="23" height="23" fill="#AEAEAE"></rect>
|
152 |
-
<rect x="23"
|
153 |
<rect x="69" width="23" height="23" fill="black"></rect>
|
154 |
<rect x="69" y="69" width="23" height="23" fill="black"></rect>
|
155 |
<rect x="92" width="23" height="23" fill="#D9D9D9"></rect>
|
|
|
149 |
<rect width="23" height="23" fill="white"></rect>
|
150 |
<rect y="69" width="23" height="23" fill="white"></rect>
|
151 |
<rect x="23" width="23" height="23" fill="#AEAEAE"></rect>
|
152 |
+
<rect x="23" y="69" width="23" height="23" fill="#AEAEAE"></rect>
|
153 |
<rect x="69" width="23" height="23" fill="black"></rect>
|
154 |
<rect x="69" y="69" width="23" height="23" fill="black"></rect>
|
155 |
<rect x="92" width="23" height="23" fill="#D9D9D9"></rect>
|