Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import pandas as pd
|
|
3 |
import matplotlib.pyplot as plt
|
4 |
import seaborn as sns
|
5 |
|
6 |
-
st.title("Palmer's Penguins")
|
7 |
st.markdown("Use this Streamlit app to make your own scatterplot about penguins!")
|
8 |
st.markdown("Example from: [Getting Started with Streamlit for Data Science: Create and deploy Streamlit web applications from scratch in Python](https://www.packtpub.com/en-us/product/getting-started-with-streamlit-for-data-science-9781800565500)")
|
9 |
|
|
|
3 |
import matplotlib.pyplot as plt
|
4 |
import seaborn as sns
|
5 |
|
6 |
+
st.title("Palmer's Penguins Demo")
|
7 |
st.markdown("Use this Streamlit app to make your own scatterplot about penguins!")
|
8 |
st.markdown("Example from: [Getting Started with Streamlit for Data Science: Create and deploy Streamlit web applications from scratch in Python](https://www.packtpub.com/en-us/product/getting-started-with-streamlit-for-data-science-9781800565500)")
|
9 |
|