Spaces:
Runtime error
Runtime error
Tyler Burns
commited on
Commit
•
c231297
1
Parent(s):
8ef69e0
added a caption
Browse files- app.py +1 -1
- 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.
|
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.
|
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)
|