Spaces:
Running
Running
pavlichenko
commited on
Commit
·
e3b4721
1
Parent(s):
a8ea937
Update app.py
Browse files
app.py
CHANGED
@@ -2,16 +2,6 @@ import streamlit as st
|
|
2 |
import requests
|
3 |
from collections import defaultdict
|
4 |
import pandas as pd
|
5 |
-
from streamlit.components.v1 import html
|
6 |
-
|
7 |
-
|
8 |
-
def open_page(url):
|
9 |
-
open_script= """
|
10 |
-
<script type="text/javascript">
|
11 |
-
window.open('%s', '_blank').focus();
|
12 |
-
</script>
|
13 |
-
""" % (url)
|
14 |
-
html(open_script)
|
15 |
|
16 |
|
17 |
header = """Toloka compares and ranks LLM output in multiple categories, using Guanaco 13B as the baseline.
|
@@ -152,4 +142,4 @@ st.dataframe(
|
|
152 |
}
|
153 |
)
|
154 |
st.markdown(description)
|
155 |
-
st.
|
|
|
2 |
import requests
|
3 |
from collections import defaultdict
|
4 |
import pandas as pd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
|
6 |
|
7 |
header = """Toloka compares and ranks LLM output in multiple categories, using Guanaco 13B as the baseline.
|
|
|
142 |
}
|
143 |
)
|
144 |
st.markdown(description)
|
145 |
+
st.link_button('Evaluate my model', url='https://toloka.ai/talk-to-us/')
|