Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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 |
|