julien-c HF staff commited on
Commit
742f273
1 Parent(s): 663556c

Ok should be good now

Browse files
Files changed (2) hide show
  1. README.md +10 -3
  2. index.html +18 -3
README.md CHANGED
@@ -1,3 +1,10 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:9b750f7163c307db689eeb5c2e91f16d5417b0074300796733a72f86f6826d7b
3
- size 197
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Pytorch Meetup
3
+ emoji: 🔥
4
+ colorFrom: purple
5
+ colorTo: purple
6
+ sdk: static
7
+ pinned: false
8
+ ---
9
+
10
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,3 +1,18 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:bbc0ea17eb27045af83d7d9e4777042fd8514888c23963ab51faf75f8f2d2120
3
- size 349
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+
3
+ <script type="text/javascript">
4
+
5
+ function detectBrowser()
6
+ {
7
+ var slashIndex = window.location.href.lastIndexOf("/");
8
+ var cropped = window.location.href.slice(0,slashIndex+1);
9
+
10
+ window.location.replace(cropped + "assets/player/KeynoteDHTMLPlayer.html");
11
+ }
12
+
13
+ </script>
14
+
15
+ <body bgcolor="black" onload="detectBrowser()">
16
+ </body>
17
+
18
+ </html>