lbourdois commited on
Commit
eab5776
1 Parent(s): 9a023f3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -1,9 +1,10 @@
1
  ---
 
2
  tags:
3
  - summarization
4
  widget:
5
- - text: "func ( pr * Progress ) needSnapshotAbort ( ) bool { return pr . State == ProgressStateSnapshot && pr . Match >= pr . PendingSnapshot }"
6
-
7
  ---
8
 
9
 
 
1
  ---
2
+ language: code
3
  tags:
4
  - summarization
5
  widget:
6
+ - text: func ( pr * Progress ) needSnapshotAbort ( ) bool { return pr . State == ProgressStateSnapshot
7
+ && pr . Match >= pr . PendingSnapshot }
8
  ---
9
 
10