atrytone commited on
Commit
4351e0d
·
1 Parent(s): 754548a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -5
app.py CHANGED
@@ -120,11 +120,9 @@ def inference(query, model="miread_contrastive"):
120
 
121
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
122
  gr.Markdown("# NBDT Recommendation Engine Arena")
123
- gr.Markdown("NBDT Recommendation Engine for Editors is a tool for neuroscience authors/abstracts/journalsrecommendation built for NBDT journal editors. \
124
- It aims to help an editor to find similar reviewers, abstracts, and journals to a given submitted abstract.\
125
- To find a recommendation, paste a `title[SEP]abstract` or `abstract` in the text box below and click on the appropriate \"Find Matches\" button.\
126
- Then, you can hover to authors/abstracts/journals tab to find a suggested list.\
127
- The data in our current demo includes authors associated with the NBDT Journal. We will update the data monthly for an up-to-date publications.")
128
  article = get_article()
129
  models = gr.State(value=get_matchup())
130
  prompt = gr.State(value=article)
 
120
 
121
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
122
  gr.Markdown("# NBDT Recommendation Engine Arena")
123
+ gr.Markdown("NBDT Recommendation Engine Arena is a tool designed to compare neuroscience abstract recommendations by our models. \
124
+ We will use this data to compare the performance of models and their preference by various neuroscientists.\
125
+ All models were trained on data provided to us by the NBDT Journal.")
 
 
126
  article = get_article()
127
  models = gr.State(value=get_matchup())
128
  prompt = gr.State(value=article)