Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
路
8ff8bf9
1
Parent(s):
18fe2e4
I don't get it
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
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 |
|
|
|
1 |
import streamlit as st
|
2 |
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 |
|