Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -255,7 +255,7 @@ with gr.Blocks(theme=silksong_theme, css=silksong_css) as demo:
|
|
| 255 |
["Where can I find the Moorwing?", DEFAULT_SIMILARITY_THRESHOLD],
|
| 256 |
["Who is the voice of Lace?", DEFAULT_SIMILARITY_THRESHOLD],
|
| 257 |
["How can I beat the False Knight?", DEFAULT_SIMILARITY_THRESHOLD],
|
| 258 |
-
["
|
| 259 |
],
|
| 260 |
)
|
| 261 |
|
|
|
|
| 255 |
["Where can I find the Moorwing?", DEFAULT_SIMILARITY_THRESHOLD],
|
| 256 |
["Who is the voice of Lace?", DEFAULT_SIMILARITY_THRESHOLD],
|
| 257 |
["How can I beat the False Knight?", DEFAULT_SIMILARITY_THRESHOLD],
|
| 258 |
+
["Any achievement for Hornet Protector?", DEFAULT_SIMILARITY_THRESHOLD],
|
| 259 |
],
|
| 260 |
)
|
| 261 |
|