Tyler Burns commited on
Commit
c231297
1 Parent(s): 8ef69e0

added a caption

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. flycheck_app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ dat['title'] = [re.sub('<br>', ' ', i) for i in dat['title']]
64
  dat['body'] = [re.sub('<br>', ' ', i) for i in dat['body']]
65
 
66
  # Instructions
67
- st.header('Search the table below using ctrl+f')
68
 
69
  # Place a table under the plot
70
  st.dataframe(dat)
 
64
  dat['body'] = [re.sub('<br>', ' ', i) for i in dat['body']]
65
 
66
  # Instructions
67
+ st.caption('Click on the table and press ctrl+f (or command+f for mac) to search it')
68
 
69
  # Place a table under the plot
70
  st.dataframe(dat)
flycheck_app.py CHANGED
@@ -64,7 +64,7 @@ dat['title'] = [re.sub('<br>', ' ', i) for i in dat['title']]
64
  dat['body'] = [re.sub('<br>', ' ', i) for i in dat['body']]
65
 
66
  # Instructions
67
- st.header('Search the table below using ctrl+f')
68
 
69
  # Place a table under the plot
70
  st.dataframe(dat)
 
64
  dat['body'] = [re.sub('<br>', ' ', i) for i in dat['body']]
65
 
66
  # Instructions
67
+ st.caption('Click on the table and press ctrl+f (or command+f for mac) to search it')
68
 
69
  # Place a table under the plot
70
  st.dataframe(dat)