bebechien commited on
Commit
50779fe
·
verified ·
1 Parent(s): aa8d7de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- ["What achievement for Hornet Protector?", DEFAULT_SIMILARITY_THRESHOLD],
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