Spaces:
				
			
			
	
			
			
		Paused
		
	
	
	
			
			
	
	
	
	
		
		
		Paused
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -32,11 +32,10 @@ st.sidebar.write( | |
| 32 | 
             
            )
         | 
| 33 | 
             
            st.sidebar.write(
         | 
| 34 | 
             
                """<p class="text-justify">
         | 
| 35 | 
            -
                An interactive t-SNE visualization  | 
| 36 | 
            -
                <a href="https://aclanthology.org/">ACL Anthology</a>
         | 
| 37 | 
            -
                spanning  | 
| 38 | 
            -
                <a href="https://huggingface.co/ | 
| 39 | 
            -
                For more information, check out our step-by-step guide: <a href="https://huggingface.co/spaces/gwf-uwaterloo/acl-spectrum/blob/main/scipapers_scatter.ipynb">here</a>.
         | 
| 40 | 
             
                </p>""",
         | 
| 41 | 
             
                unsafe_allow_html=True,
         | 
| 42 | 
             
            )
         | 
|  | |
| 32 | 
             
            )
         | 
| 33 | 
             
            st.sidebar.write(
         | 
| 34 | 
             
                """<p class="text-justify">
         | 
| 35 | 
            +
                An interactive t-SNE visualization of <a href="https://huggingface.co/allenai/specter2_base">spectre2</a> embeddings
         | 
| 36 | 
            +
                featuring over 12K papers (titles and abstracts) from the <a href="https://aclanthology.org/">ACL Anthology</a>
         | 
| 37 | 
            +
                spanning 2016 to 2023.
         | 
| 38 | 
            +
                For more details, check out our README and our step-by-step guide <a href="https://huggingface.co/spaces/gwf-uwaterloo/acl-spectrum/blob/main/scipapers_scatter.ipynb">here</a>.
         | 
|  | |
| 39 | 
             
                </p>""",
         | 
| 40 | 
             
                unsafe_allow_html=True,
         | 
| 41 | 
             
            )
         | 
