Spaces:
Running
Running
[email protected]
commited on
Commit
·
ff5d12b
1
Parent(s):
c214239
image add
Browse files- pages/see_results.py +4 -0
pages/see_results.py
CHANGED
@@ -63,6 +63,10 @@ def main():
|
|
63 |
st.markdown("결과를 확인하려면 먼저 **🔥VARCO Arena를 구동**하셔야 합니다")
|
64 |
else:
|
65 |
st.markdown("You should **🔥Run VARCO Arena** first to see results")
|
|
|
|
|
|
|
|
|
66 |
st.stop()
|
67 |
eval_prompt_name = result_select.split("/")[-1].strip()
|
68 |
if st.sidebar.button("Clear Cache"):
|
|
|
63 |
st.markdown("결과를 확인하려면 먼저 **🔥VARCO Arena를 구동**하셔야 합니다")
|
64 |
else:
|
65 |
st.markdown("You should **🔥Run VARCO Arena** first to see results")
|
66 |
+
st.image("../streamlit_app_local/page_result_1.png")
|
67 |
+
st.image("../streamlit_app_local/page_result_2.png")
|
68 |
+
st.image("../streamlit_app_local/page_result_3.png")
|
69 |
+
st.image("../streamlit_app_local/page_result_3.png")
|
70 |
st.stop()
|
71 |
eval_prompt_name = result_select.split("/")[-1].strip()
|
72 |
if st.sidebar.button("Clear Cache"):
|