cryptocalypse commited on
Commit
299fa05
1 Parent(s): 6767c84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,7 +135,7 @@ with gr.Blocks(title="NWO BOT") as app:
135
  with gr.Row():
136
  search_results = gr.Dataframe(type="pandas")
137
  btn_search.click(
138
- els_book,
139
  inputs=[txt_search,txt_search],
140
  outputs=search_results
141
  )
 
135
  with gr.Row():
136
  search_results = gr.Dataframe(type="pandas")
137
  btn_search.click(
138
+ search,
139
  inputs=[txt_search,txt_search],
140
  outputs=search_results
141
  )