Spaces:
Runtime error
Runtime error
Link to the datasets hub
Browse files
app.py
CHANGED
@@ -122,7 +122,7 @@ def generate_plot(
|
|
122 |
st.title("Embedding Lenses")
|
123 |
st.write("Visualize text embeddings in 2D using colors for continuous or categorical labels.")
|
124 |
uploaded_file = st.file_uploader("Choose an csv/tsv file...", type=["csv", "tsv"])
|
125 |
-
st.write("Alternatively, select a dataset from the hub")
|
126 |
col1, col2, col3 = st.columns(3)
|
127 |
with col1:
|
128 |
hub_dataset = st.text_input("Dataset name", "ag_news")
|
|
|
122 |
st.title("Embedding Lenses")
|
123 |
st.write("Visualize text embeddings in 2D using colors for continuous or categorical labels.")
|
124 |
uploaded_file = st.file_uploader("Choose an csv/tsv file...", type=["csv", "tsv"])
|
125 |
+
st.write("Alternatively, select a dataset from the [hub](https://huggingface.co/datasets)")
|
126 |
col1, col2, col3 = st.columns(3)
|
127 |
with col1:
|
128 |
hub_dataset = st.text_input("Dataset name", "ag_news")
|