Spaces:
Running
Running
Commit
·
979ab81
1
Parent(s):
5a2fe1a
Update pages/Peak_G-Forces.py
Browse files- pages/Peak_G-Forces.py +1 -1
pages/Peak_G-Forces.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import streamlit as st
|
2 |
-
from repo_directory import
|
3 |
from repo_directory import button
|
4 |
|
5 |
YEAR_SELECTED = st.selectbox(
|
|
|
1 |
import streamlit as st
|
2 |
+
from repo_directory import Peak_G_Forces as gf
|
3 |
from repo_directory import button
|
4 |
|
5 |
YEAR_SELECTED = st.selectbox(
|