Skip to content

Commit df43440

Browse files
committed
Move back static files to "static" folder, and only keep app.py in root
1 parent acd66e0 commit df43440

File tree

8 files changed

+3
-729
lines changed

8 files changed

+3
-729
lines changed
File renamed without changes.

app.py renamed to static/app.py

File renamed without changes.
File renamed without changes.
File renamed without changes.

webapp/app.py renamed to streamlit_app.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import texts
1+
from static import texts
22
import beatmap as bt
33
import streamlit as st
44

@@ -10,8 +10,8 @@
1010
)
1111

1212
from matplotlib import rcParams
13-
from stateful import _get_state
14-
import altair_plots as plots
13+
from static.stateful import _get_state
14+
from static import altair_plots as plots
1515

1616

1717
st.set_option("deprecation.showfileUploaderEncoding", False)

0 commit comments

Comments
 (0)