Spaces:
Build error
Build error
Commit
Β·
cfc29b0
1
Parent(s):
95d2476
Update app.py
Browse files
app.py
CHANGED
@@ -29,5 +29,9 @@ iface = gr.Interface(
|
|
29 |
fn=search,
|
30 |
inputs=gr.Textbox(lines=1, placeholder="Enter token..."),
|
31 |
outputs=gr.Textbox(label="Results"),
|
|
|
|
|
|
|
|
|
32 |
)
|
33 |
iface.launch(enable_queue=True, debug=True, show_error=True)
|
|
|
29 |
fn=search,
|
30 |
inputs=gr.Textbox(lines=1, placeholder="Enter token..."),
|
31 |
outputs=gr.Textbox(label="Results"),
|
32 |
+
examples=[
|
33 |
+
["##logy"],
|
34 |
+
["responded"],
|
35 |
+
],
|
36 |
)
|
37 |
iface.launch(enable_queue=True, debug=True, show_error=True)
|