Spaces:
Runtime error
Runtime error
Commit ·
9ee9649
1
Parent(s): 9772f28
added app functionality
Browse files
app.py
CHANGED
|
@@ -40,7 +40,7 @@ def main():
|
|
| 40 |
st.write("There is also a sample file 'Titanic Dataset' in the program so go ahead and press on app functionality and choose data visualization")
|
| 41 |
|
| 42 |
# SideBar Settings
|
| 43 |
-
st.sidebar.title("
|
| 44 |
st.sidebar.info(
|
| 45 |
"The Byte Factory"
|
| 46 |
)
|
|
|
|
| 40 |
st.write("There is also a sample file 'Titanic Dataset' in the program so go ahead and press on app functionality and choose data visualization")
|
| 41 |
|
| 42 |
# SideBar Settings
|
| 43 |
+
st.sidebar.title("Automatic Data Science App")
|
| 44 |
st.sidebar.info(
|
| 45 |
"The Byte Factory"
|
| 46 |
)
|