Spaces:
Runtime error
Runtime error
PrabakaranC
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -12,8 +12,8 @@ pio.templates.default = "plotly"
|
|
12 |
|
13 |
|
14 |
st. set_page_config(layout="wide")
|
15 |
-
st.header("Explore the Russian Dolls :nesting_dolls: - _ :green[Nomic Embed 1.5]_",divider='violet')
|
16 |
-
st.write("
|
17 |
|
18 |
|
19 |
@st.cache_data
|
@@ -104,6 +104,7 @@ with st.form("my_form"):
|
|
104 |
col2.plotly_chart(fig, use_container_width=True)
|
105 |
col1.dataframe(df)
|
106 |
|
|
|
107 |
|
108 |
|
109 |
|
|
|
12 |
|
13 |
|
14 |
st. set_page_config(layout="wide")
|
15 |
+
st.header("Explore the Russian Dolls :nesting_dolls: - _ :green[Nomic Embed 1.5] _",divider='violet')
|
16 |
+
st.write("Matryoshka Representation Learning : to learn more :https://aniketrege.github.io/blog/2024/mrl/")
|
17 |
|
18 |
|
19 |
@st.cache_data
|
|
|
104 |
col2.plotly_chart(fig, use_container_width=True)
|
105 |
col1.dataframe(df)
|
106 |
|
107 |
+
st.caption("Dataset Credit : kaggle")
|
108 |
|
109 |
|
110 |
|