Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = []
|