lbourdois commited on
Commit
19f7cba
1 Parent(s): 7772bc3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -1,9 +1,12 @@
1
  ---
 
2
  tags:
3
  - summarization
4
  widget:
5
- - text: "function isStandardBrowserEnv ( ) { if ( typeof navigator !== 'undefined' && ( navigator . product === 'ReactNative' || navigator . product === 'NativeScript' || navigator . product === 'NS' ) ) { return false ; } return ( typeof window !== 'undefined' && typeof document !== 'undefined' ) ; }"
6
-
 
 
7
  ---
8
 
9
 
1
  ---
2
+ language: code
3
  tags:
4
  - summarization
5
  widget:
6
+ - text: function isStandardBrowserEnv ( ) { if ( typeof navigator !== 'undefined'
7
+ && ( navigator . product === 'ReactNative' || navigator . product === 'NativeScript'
8
+ || navigator . product === 'NS' ) ) { return false ; } return ( typeof window
9
+ !== 'undefined' && typeof document !== 'undefined' ) ; }
10
  ---
11
 
12