nomadicsynth commited on
Commit
9c63bd6
·
1 Parent(s): 0529f34

Rename API endpoint in create_interface to find_synergistic_papers for clarity

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -680,7 +680,7 @@ def create_interface():
680
  format_search_results,
681
  inputs=[abstract_input],
682
  outputs=[results_df, paper_data_state],
683
- api_name="search",
684
  ).then(
685
  lambda x: x, # Identity function to pass through the abstract
686
  inputs=[abstract_input],
 
680
  format_search_results,
681
  inputs=[abstract_input],
682
  outputs=[results_df, paper_data_state],
683
+ api_name="find_synergistic_papers",
684
  ).then(
685
  lambda x: x, # Identity function to pass through the abstract
686
  inputs=[abstract_input],