mrungta8 commited on
Commit
04b25b1
·
1 Parent(s): a5af556

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -114,7 +114,11 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
114
  <center><h2>Citational Amnesia</h2></center>
115
  <br>
116
  <center>Demo to predict the number of references, mean age of citation(mAoC), and comparison of mAoC with all the papers in the ACL Anthology. </center>
117
- <center>Kindly provide the Semantic Scholar ID of the paper to retrieve the results. </center>
 
 
 
 
118
  """
119
  )
120
  with gr.Row():
 
114
  <center><h2>Citational Amnesia</h2></center>
115
  <br>
116
  <center>Demo to predict the number of references, mean age of citation(mAoC), and comparison of mAoC with all the papers in the ACL Anthology. </center>
117
+ <center>Kindly enter the Semantic Scholar ID(SSID) of the paper in the box and click <i>"Generate"</i> </center>
118
+ <br>
119
+ <center><h3>Retrieving SSID</h3> For paper : <a href="https://www.semanticscholar.org/paper/Geographic-Citation-Gaps-in-NLP-Research-Rungta-Singh/6f8ab0fa15c87cee55b2ca5b8877e6784887ddbf">https://www.semanticscholar.org/paper/Geographic-Citation-Gaps-in-NLP-Research-Rungta-Singh/6f8ab0fa15c87cee55b2ca5b8877e6784887ddbf</a></center>
120
+ <center>SSID is : <b>6f8ab0fa15c87cee55b2ca5b8877e6784887ddbf</b></center>
121
+ <center> <i>Note: Currently we only support SSID as the input format</i> </center>
122
  """
123
  )
124
  with gr.Row():