SaberDhib commited on
Commit
79b93bf
·
verified ·
1 Parent(s): d220532

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +33 -31
index.html CHANGED
@@ -49,42 +49,44 @@
49
  }
50
  </style>
51
  </head>
52
- <body>
53
- <div class="container">
54
 
55
- <!-- Image -->
56
- <img src="./header.png" alt="ESCP on Hugging Face" />
57
 
58
- <h1>ESCP on Hugging Face</h1>
59
 
60
- <p>
61
- This Space provides the official publishing and usage guidelines for ESCP
62
- projects on Hugging Face.
63
- </p>
64
 
65
- <p>
66
- Please consult the guidelines before publishing any model, dataset, or Space
67
- under the ESCP organization.
68
- </p>
69
 
70
- <div class="links">
71
- <a
72
- class="primary"
73
- href="https://huggingface.co/spaces/ESCP/escp-huggingface-guidelines/blob/main/README.md"
74
- >
75
- Read the guidelines
76
- </a>
77
-
78
- <a
79
- class="secondary"
80
- href="https://escp.eu/ai"
81
- target="_blank"
82
- rel="noopener noreferrer"
83
- >
84
- ESCP AI institutional page
85
- </a>
86
- </div>
87
 
 
 
 
 
 
 
 
 
88
  </div>
89
- </body>
 
 
90
  </html>
 
49
  }
50
  </style>
51
  </head>
52
+ <body>
53
+ <div class="container">
54
 
55
+ <!-- Image -->
56
+ <img src="./header.png" alt="ESCP on Hugging Face" />
57
 
58
+ <h1>ESCP on Hugging Face</h1>
59
 
60
+ <p>
61
+ This Space provides the official publishing and usage guidelines for ESCP
62
+ projects on Hugging Face.
63
+ </p>
64
 
65
+ <p>
66
+ Please consult these guidelines before publishing any model, dataset, or Space
67
+ under the ESCP organization.
68
+ </p>
69
 
70
+ <div class="links">
71
+ <a
72
+ class="primary"
73
+ href="https://huggingface.co/spaces/ESCP/escp-huggingface-guidelines/blob/main/README.md"
74
+ target="_blank"
75
+ rel="noopener noreferrer"
76
+ >
77
+ Read the guidelines
78
+ </a>
 
 
 
 
 
 
 
 
79
 
80
+ <a
81
+ class="secondary"
82
+ href="https://escp.eu/ai"
83
+ target="_blank"
84
+ rel="noopener noreferrer"
85
+ >
86
+ ESCP AI institutional page
87
+ </a>
88
  </div>
89
+
90
+ </div>
91
+ </body>
92
  </html>