atrytone commited on
Commit
07c4f46
Β·
1 Parent(s): 7858f02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
107
  It aims to help an editor to find similar reviewers, abstracts, and journals to a given submitted abstract.\
108
  To find a recommendation, paste a `title[SEP]abstract` or `abstract` in the text box below and click \"Find Matches\".\
109
  Then, you can hover to authors/abstracts/journals tab to find a suggested list.\
110
- The data in our current demo is selected from 2018 to 2022. We will update the data monthly for an up-to-date publications.")
111
 
112
  abst = gr.Textbox(label="Abstract", lines=10)
113
 
 
107
  It aims to help an editor to find similar reviewers, abstracts, and journals to a given submitted abstract.\
108
  To find a recommendation, paste a `title[SEP]abstract` or `abstract` in the text box below and click \"Find Matches\".\
109
  Then, you can hover to authors/abstracts/journals tab to find a suggested list.\
110
+ 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.")
111
 
112
  abst = gr.Textbox(label="Abstract", lines=10)
113