atrytone commited on
Commit
c3141d7
·
1 Parent(s): 6c1cfef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -113,8 +113,8 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
113
  It aims to help an editor to find similar reviewers, abstracts, and journals to a given submitted abstract.\
114
  To find a recommendation, paste a `title[SEP]abstract` or `abstract` in the text box below and click \"Find Matches\".\
115
  Then, you can hover to authors/abstracts/journals tab to find a suggested list.\
116
- 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. \
117
- Model on Deployment: " + model_name)
118
 
119
  abst = gr.Textbox(label="Abstract", lines=10)
120
 
 
113
  It aims to help an editor to find similar reviewers, abstracts, and journals to a given submitted abstract.\
114
  To find a recommendation, paste a `title[SEP]abstract` or `abstract` in the text box below and click \"Find Matches\".\
115
  Then, you can hover to authors/abstracts/journals tab to find a suggested list.\
116
+ 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.")
117
+ gr.Markdown("**Model on Deployment: " + model_name + "**")
118
 
119
  abst = gr.Textbox(label="Abstract", lines=10)
120