Spaces:
Runtime error
Runtime error
Commit
·
d324fff
1
Parent(s):
5e8e27b
Update app.py
Browse files
app.py
CHANGED
@@ -5,8 +5,10 @@ from datasets import load_dataset
|
|
5 |
|
6 |
dataset = load_dataset("inria-soda/tabular-benchmark", data_files="reg_cat/house_sales.csv")
|
7 |
|
8 |
-
st.header("
|
9 |
st.markdown("""
|
|
|
|
|
10 |
You can use tabs with `st.tabs` to have app containers.
|
11 |
""")
|
12 |
st.balloons()
|
|
|
5 |
|
6 |
dataset = load_dataset("inria-soda/tabular-benchmark", data_files="reg_cat/house_sales.csv")
|
7 |
|
8 |
+
st.header("Streamlit 1.11 to 1.15 is now supported!")
|
9 |
st.markdown("""
|
10 |
+
Tabs are supported!
|
11 |
+
|
12 |
You can use tabs with `st.tabs` to have app containers.
|
13 |
""")
|
14 |
st.balloons()
|