rodrigocarrillo commited on
Commit
5a5af55
·
verified ·
1 Parent(s): 2c00046

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -584,11 +584,11 @@ with gr.Blocks(title="Paper Reviewer Email Extractor") as demo:
584
  > This application will assist you in obtaining a list of potential “suggested reviewers”. Simply paste the list of references from your manuscript, and it will output the names of the authors and their emails and affiliations when available in PubMed. Copy the names, email addresses, and affiliation information when submitting your manuscript.
585
  >
586
  > **Instructions:**
587
- > 1.Paste the list of references from your manuscript. The references can be in any format. The system should be able to identify the titles to run a PubMed search to check when the email address is available.
588
- > 2.PubMed Delay. To be considered with the PubMed API, consider giving at least five seconds between each call. This may make your request take longer, but it will be considerate with the API and other users.
589
- > 3.PubMed Max Results. The number of results that will be extracted from the PubMed search.
590
- > 4.LLM max retries. If the LLM encounters an issue, it will attempt to find an answer multiple times before it throws an error.
591
- > 5.LLM retry delay. Seconds the LLM should wait between retries.
592
  >
593
  > This app uses gemini-2.5-flash.
594
 
 
584
  > This application will assist you in obtaining a list of potential “suggested reviewers”. Simply paste the list of references from your manuscript, and it will output the names of the authors and their emails and affiliations when available in PubMed. Copy the names, email addresses, and affiliation information when submitting your manuscript.
585
  >
586
  > **Instructions:**
587
+ > 1. Paste the list of references from your manuscript. The references can be in any format. The system should be able to identify the titles to run a PubMed search to check when the email address is available.
588
+ > 2. PubMed Delay. To be considered with the PubMed API, consider giving at least five seconds between each call. This may make your request take longer, but it will be considerate with the API and other users.
589
+ > 3. PubMed Max Results. The number of results that will be extracted from the PubMed search.
590
+ > 4. LLM max retries. If the LLM encounters an issue, it will attempt to find an answer multiple times before it throws an error.
591
+ > 5. LLM retry delay. Seconds the LLM should wait between retries.
592
  >
593
  > This app uses gemini-2.5-flash.
594