Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -130,7 +130,7 @@ def _inject_css():
|
|
| 130 |
# App
|
| 131 |
# ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 132 |
def main():
|
| 133 |
-
st.title("πΌοΈ
|
| 134 |
st.markdown("Each task starts with **10** items β click **Show more** to load **+10**.")
|
| 135 |
_inject_css()
|
| 136 |
|
|
|
|
| 130 |
# App
|
| 131 |
# ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 132 |
def main():
|
| 133 |
+
st.title("πΌοΈ ImagenWorld Data Visualization")
|
| 134 |
st.markdown("Each task starts with **10** items β click **Show more** to load **+10**.")
|
| 135 |
_inject_css()
|
| 136 |
|