yobdoy

Results 2 issues of yobdoy

line 274 was set as === true, if newest_on_top is true, notifications should overlap on top of each other, current file contradicts with line 252 Also proposing to specify width...

Hi, Per [this overflow question](https://stackoverflow.com/questions/69146212/deepimagefeaturizer-returing-error-cannot-import-name-resnet50-from-keras-applic) one needs to modify `/home/user/.local/lib/python3.8/site-packages/sparkdl/transformers/keras_applications.py` . This happened in databricks using v 10.3. Have to change `from keras.applications import inception_v3, xception, resnet50` to `from keras.applications...