Spaces:
Sleeping
Sleeping
Commit
·
fc9f6dd
1
Parent(s):
b048432
texts
Browse files
app.py
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
import streamlit as st
|
2 |
from evaluations.repo_evaluations import evaluate
|
3 |
|
|
|
|
|
4 |
|
5 |
repo_link = st.text_input("Github repository link:", value="", type="default", help=None)
|
6 |
|
|
|
1 |
import streamlit as st
|
2 |
from evaluations.repo_evaluations import evaluate
|
3 |
|
4 |
+
st.write("Welcome to the online reproducibility evaluation tool!")
|
5 |
+
st.write("We follow guidelines provided by Simkó et al. (2022) 'https://arxiv.org/abs/2210.11146'")
|
6 |
|
7 |
repo_link = st.text_input("Github repository link:", value="", type="default", help=None)
|
8 |
|
evaluations/__pycache__/repo_evaluations.cpython-310.pyc
CHANGED
Binary files a/evaluations/__pycache__/repo_evaluations.cpython-310.pyc and b/evaluations/__pycache__/repo_evaluations.cpython-310.pyc differ
|
|
evaluations/__pycache__/utils.cpython-310.pyc
CHANGED
Binary files a/evaluations/__pycache__/utils.cpython-310.pyc and b/evaluations/__pycache__/utils.cpython-310.pyc differ
|
|