Spaces:
Sleeping
Sleeping
[email protected]
commited on
Commit
·
921c8dc
1
Parent(s):
ff5d12b
image path?
Browse files- pages/see_results.py +4 -4
pages/see_results.py
CHANGED
@@ -63,10 +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.image("
|
67 |
-
st.image("
|
68 |
-
st.image("
|
69 |
-
st.image("
|
70 |
st.stop()
|
71 |
eval_prompt_name = result_select.split("/")[-1].strip()
|
72 |
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"):
|