Skip to content

Commit

Permalink
Move back static files to "static" folder, and only keep app.py in root
Browse files Browse the repository at this point in the history
  • Loading branch information
ma-sadeghi committed Oct 17, 2020
1 parent acd66e0 commit df43440
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 729 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions webapp/app.py → streamlit_app.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import texts
from static import texts
import beatmap as bt
import streamlit as st

Expand All @@ -10,8 +10,8 @@
)

from matplotlib import rcParams
from stateful import _get_state
import altair_plots as plots
from static.stateful import _get_state
from static import altair_plots as plots


st.set_option("deprecation.showfileUploaderEncoding", False)
Expand Down
Loading

0 comments on commit df43440

Please sign in to comment.