christopher commited on
Commit
24707f9
Β·
1 Parent(s): 72fa6c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def search(token_to_lookup, num_neighbors=100):
28
  iface = gr.Interface(
29
  fn=search,
30
 
31
- inputs=[gr.Textbox(lines=1, placeholder="Enter token..."), "number"],
32
  outputs=gr.Textbox(label="Results"),
33
  examples=[
34
  ["##logy"],
 
28
  iface = gr.Interface(
29
  fn=search,
30
 
31
+ inputs=gr.Textbox(lines=1, label="Vocabulary Token", placeholder="Enter token..."),
32
  outputs=gr.Textbox(label="Results"),
33
  examples=[
34
  ["##logy"],