Jasmine45 commited on
Commit
964ca73
·
verified ·
1 Parent(s): 531643a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -3,6 +3,8 @@ import numpy as np
3
  import matplotlib.pyplot as plt
4
  import re
5
 
 
 
6
  # Initialize session state for storing history, iteration count, and velocity
7
  if "history" not in st.session_state:
8
  st.session_state.history = []
 
3
  import matplotlib.pyplot as plt
4
  import re
5
 
6
+ st.sidebar.image("inomaticslogo.jpg", use_column_width=True)
7
+
8
  # Initialize session state for storing history, iteration count, and velocity
9
  if "history" not in st.session_state:
10
  st.session_state.history = []