artemnech commited on
Commit
7e5205e
·
1 Parent(s): daba400

create model card

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,6 +1,6 @@
1
  How to use:
2
 
3
- """
4
  from collections import deque
5
  from bs4 import BeautifulSoup
6
  import requests
@@ -30,4 +30,4 @@ while True:
30
 
31
  print('bot: ', answ)
32
 
33
- """
 
1
  How to use:
2
 
3
+ ```
4
  from collections import deque
5
  from bs4 import BeautifulSoup
6
  import requests
 
30
 
31
  print('bot: ', answ)
32
 
33
+ ```