Update app.py
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ if 'cleaning_operations' not in st.session_state:
|
|
| 20 |
st.session_state.cleaning_operations = {}
|
| 21 |
|
| 22 |
def main():
|
| 23 |
-
st.title("Data
|
| 24 |
|
| 25 |
if st.session_state.step == 1:
|
| 26 |
step_1_upload_and_analyze()
|
|
|
|
| 20 |
st.session_state.cleaning_operations = {}
|
| 21 |
|
| 22 |
def main():
|
| 23 |
+
st.title("D^3- Data Dialogue Decisions")
|
| 24 |
|
| 25 |
if st.session_state.step == 1:
|
| 26 |
step_1_upload_and_analyze()
|