attilasimko commited on
Commit
de3c6cf
1 Parent(s): 599cf9b
Files changed (1) hide show
  1. app.py +1 -1
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) 'https://arxiv.org/abs/2210.11146'")
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