Klasth commited on
Commit
20fc64c
·
1 Parent(s): fc24525

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,8 +1,7 @@
1
  import streamlit as st
2
  import pandas as pd
3
 
4
- ```python
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)')