Spaces:
Sleeping
Sleeping
Javierss
commited on
Commit
·
2724588
1
Parent(s):
c07624e
Add requirements
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ with gr.Blocks() as demo:
|
|
66 |
state = gr.State(-1)
|
67 |
difficulty = gr.State(-1)
|
68 |
hint = gr.State(False)
|
69 |
-
hint_path = "
|
70 |
game = Semantrix()
|
71 |
|
72 |
|
|
|
66 |
state = gr.State(-1)
|
67 |
difficulty = gr.State(-1)
|
68 |
hint = gr.State(False)
|
69 |
+
hint_path = "config/hint.png"
|
70 |
game = Semantrix()
|
71 |
|
72 |
|