ki33elev commited on
Commit
26fd4ec
1 Parent(s): b8769be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -2,4 +2,6 @@ import streamlit as st
2
 
3
  @st.cache(suppress_st_warning=True)
4
  def load_data():
5
- return
 
 
 
2
 
3
  @st.cache(suppress_st_warning=True)
4
  def load_data():
5
+ return
6
+
7
+ st.markdown("### Hello, world!")