Update app.py
Browse files
app.py
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
import streamlit as st
|
2 |
import pandas as pd
|
3 |
|
4 |
-
|
5 |
st.title('AppMap')
|
6 |
st.markdown('This is a simple app to help you visualize your app\'s data.')
|
7 |
st.markdown('**Note:** This app is still in development. Please report any bugs or suggestions to [@napoles3D](https://twitter.com/napoles3D)')
|
8 |
-
```
|
|
|
1 |
import streamlit as st
|
2 |
import pandas as pd
|
3 |
|
4 |
+
|
5 |
st.title('AppMap')
|
6 |
st.markdown('This is a simple app to help you visualize your app\'s data.')
|
7 |
st.markdown('**Note:** This app is still in development. Please report any bugs or suggestions to [@napoles3D](https://twitter.com/napoles3D)')
|
|