Spaces:
Sleeping
Sleeping
Commit
路
de3c6cf
1
Parent(s):
599cf9b
brackets
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ from evaluations.repo_evaluations import evaluate
|
|
3 |
|
4 |
st.write("\n")
|
5 |
st.write("Welcome to the online reproducibility evaluation tool!")
|
6 |
-
st.write("We follow guidelines provided by Simk贸 et al. (2022)
|
7 |
|
8 |
repo_link = st.text_input("Github repository link:", value="", type="default", help=None)
|
9 |
|
|
|
3 |
|
4 |
st.write("\n")
|
5 |
st.write("Welcome to the online reproducibility evaluation tool!")
|
6 |
+
st.write("We follow guidelines provided by Simk贸 et al. (2022) (https://arxiv.org/abs/2210.11146)")
|
7 |
|
8 |
repo_link = st.text_input("Github repository link:", value="", type="default", help=None)
|
9 |
|