PrabakaranC commited on
Commit
5158933
·
verified ·
1 Parent(s): 87a096b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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("matryoshka representation learning")
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