Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
|
|
|
|
|
|
|
|
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():
|