We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98a0dbe commit fb3ea78Copy full SHA for fb3ea78
app/0_💾_⠀Upload_Data.py
@@ -10,7 +10,6 @@
10
from static import altair_plots as plots
11
from static import texts, utils
12
from static.sample_data import data
13
-from streamlit_extras.switch_page_button import switch_page
14
15
import beatmap as bt
16
@@ -64,7 +63,7 @@ def fetch_bet_results(isotherm_data):
64
63
st.success("Sample data loaded!")
65
66
if st.button("Analyze"):
67
- switch_page("⠀beatmap analysis")
+ st.switch_page("pages/1_🧪_⠀BEaTmap_Analysis.py")
68
69
if file:
70
state.df = pd.read_csv(file)
@@ -88,4 +87,3 @@ def fetch_bet_results(isotherm_data):
88
87
plots.plot_isotherm_data(state.isotherm_data)
89
with tabs[1]:
90
st.dataframe(state.isotherm_data.iso_df)
91
-
0 commit comments