Here is my code:
from keras.models import Sequential from keras.layers import Dense model = Sequential()
Here is the error message:
Trace