Spaces:
				
			
			
	
			
			
		Paused
		
	
	
	
			
			
	
	
	
	
		
		
		Paused
		
	Added emojis :D
Browse files
    	
        app.py
    CHANGED
    
    | @@ -35,7 +35,7 @@ client_side = Category( | |
| 35 | 
             
                category_id="client_side",
         | 
| 36 | 
             
                title="Client Side Libraries π€",
         | 
| 37 | 
             
                description="""
         | 
| 38 | 
            -
                ## These are client side libraries to easily interact or run training with models, datasets and Spaces on Hugging Face Hub
         | 
| 39 | 
             
                <br>      
         | 
| 40 | 
             
                """,
         | 
| 41 | 
             
                news=[
         | 
| @@ -93,9 +93,9 @@ documentation = Category( | |
| 93 | 
             
            )
         | 
| 94 | 
             
            use_cases = Category(
         | 
| 95 | 
             
                category_id="use_cases",
         | 
| 96 | 
            -
                title="Use Cases",
         | 
| 97 | 
             
                description="""
         | 
| 98 | 
            -
                ## These are resources compiled to demonstrate various use cases across different niches in software development.
         | 
| 99 | 
             
                <br>
         | 
| 100 | 
             
                """,
         | 
| 101 | 
             
                news=[
         | 
| @@ -187,7 +187,7 @@ def category_tab(category): | |
| 187 |  | 
| 188 | 
             
            with gr.Blocks(css="#margin-top {margin-top: 15px} #center {text-align: center;} #news-tab {padding: 15px;} #news-tab h3 {margin: 0px; text-align: center;} #news-tab p {margin: 0px;} #article-button {flex-grow: initial;} #news-row {align-items: center;} #spaces-flex {flex-wrap: wrap; justify-content: space-around;} #space-card { display: flex; min-width: calc(90% / 3); max-width:calc(100% / 3); box-sizing: border-box;} #event-tabs {margin-top: 0px;} #spaces-flex > #paper-tile {min-width: 30%; max-width: 30%;}") as demo:
         | 
| 189 | 
             
                with gr.Row(elem_id="center"):
         | 
| 190 | 
            -
                    gr.Markdown("# Hugging Face for Software Developers")
         | 
| 191 |  | 
| 192 | 
             
                gr.Markdown("""
         | 
| 193 | 
             
                At Hugging Face, we are committed to democratize cutting-edge of machine learning for everyone. This page is dedicated to highlighting tools, documentation and projects β inside and outside Hugging Face β tailored to get software developers build with machine learning. 
         | 
|  | |
| 35 | 
             
                category_id="client_side",
         | 
| 36 | 
             
                title="Client Side Libraries π€",
         | 
| 37 | 
             
                description="""
         | 
| 38 | 
            +
                ## These are client side libraries to easily interact or run training with models, datasets and Spaces on Hugging Face Hub π€ 
         | 
| 39 | 
             
                <br>      
         | 
| 40 | 
             
                """,
         | 
| 41 | 
             
                news=[
         | 
|  | |
| 93 | 
             
            )
         | 
| 94 | 
             
            use_cases = Category(
         | 
| 95 | 
             
                category_id="use_cases",
         | 
| 96 | 
            +
                title="Use Cases π",
         | 
| 97 | 
             
                description="""
         | 
| 98 | 
            +
                ## These are resources compiled to demonstrate various use cases across different niches in software development. π¨βπ» 
         | 
| 99 | 
             
                <br>
         | 
| 100 | 
             
                """,
         | 
| 101 | 
             
                news=[
         | 
|  | |
| 187 |  | 
| 188 | 
             
            with gr.Blocks(css="#margin-top {margin-top: 15px} #center {text-align: center;} #news-tab {padding: 15px;} #news-tab h3 {margin: 0px; text-align: center;} #news-tab p {margin: 0px;} #article-button {flex-grow: initial;} #news-row {align-items: center;} #spaces-flex {flex-wrap: wrap; justify-content: space-around;} #space-card { display: flex; min-width: calc(90% / 3); max-width:calc(100% / 3); box-sizing: border-box;} #event-tabs {margin-top: 0px;} #spaces-flex > #paper-tile {min-width: 30%; max-width: 30%;}") as demo:
         | 
| 189 | 
             
                with gr.Row(elem_id="center"):
         | 
| 190 | 
            +
                    gr.Markdown("# Hugging Face for Software Developers π€ π π§βπ»")
         | 
| 191 |  | 
| 192 | 
             
                gr.Markdown("""
         | 
| 193 | 
             
                At Hugging Face, we are committed to democratize cutting-edge of machine learning for everyone. This page is dedicated to highlighting tools, documentation and projects β inside and outside Hugging Face β tailored to get software developers build with machine learning. 
         | 

