mathiasleys commited on
Commit
486db29
โ€ข
1 Parent(s): a8905e8

Remove superfluous text

Browse files
Files changed (2) hide show
  1. app.py +0 -1
  2. requirements.txt +0 -1
app.py CHANGED
@@ -24,7 +24,6 @@ st.set_page_config(
24
  st.title("Dynamic Pricing")
25
  st.subheader("Setting optimal prices with Bayesian stats ๐Ÿ“ˆ")
26
 
27
- st.header("Demo time ๐ŸŽฎ")
28
  st.markdown("""In this demo you will see \n
29
  ๐Ÿ‘‰ How Bayesian demand function estimates are created based on sales data \n
30
  ๐Ÿ‘‰ How Thompson sampling will generate concrete price points from these Bayesian estimates \n
24
  st.title("Dynamic Pricing")
25
  st.subheader("Setting optimal prices with Bayesian stats ๐Ÿ“ˆ")
26
 
 
27
  st.markdown("""In this demo you will see \n
28
  ๐Ÿ‘‰ How Bayesian demand function estimates are created based on sales data \n
29
  ๐Ÿ‘‰ How Thompson sampling will generate concrete price points from these Bayesian estimates \n
requirements.txt CHANGED
@@ -1,4 +1,3 @@
1
  pymc3==3.11.5
2
  streamlit==1.10.0
3
- sympy==1.10.1
4
  tenacity==8.1.0
1
  pymc3==3.11.5
2
  streamlit==1.10.0
 
3
  tenacity==8.1.0