Bernd-Ebenhoch commited on
Commit
867614c
·
1 Parent(s): f43a937

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -11,6 +11,7 @@ import tensorflow as tf
11
  from tensorflow import keras
12
  import matplotlib.pyplot as plt
13
  import streamlit as st
 
14
  plt.style.use('mystyle.mplstyle')
15
 
16
  # Defining the neural network as the agent to chose ad scheme A (0) or B (1)
 
11
  from tensorflow import keras
12
  import matplotlib.pyplot as plt
13
  import streamlit as st
14
+ import copy
15
  plt.style.use('mystyle.mplstyle')
16
 
17
  # Defining the neural network as the agent to chose ad scheme A (0) or B (1)