Spaces:
Runtime error
Runtime error
Commit
ยท
486db29
1
Parent(s):
a8905e8
Remove superfluous text
Browse files- app.py +0 -1
- 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
|