silvanocerza commited on
Commit
0673283
·
1 Parent(s): d884ff4

Add small caption with a small explanation

Browse files
Files changed (1) hide show
  1. main.py +3 -0
main.py CHANGED
@@ -130,6 +130,9 @@ with st.status(
130
 
131
  st.header("Documentation finder", divider="rainbow")
132
 
 
 
 
133
 
134
  if question := st.text_input(
135
  label="What do you need to know?", placeholder="What is a DataFrame?"
 
130
 
131
  st.header("Documentation finder", divider="rainbow")
132
 
133
+ st.caption(
134
+ f"Use this to search answers for {', '.join([d[0] for d in DOCUMENTATIONS])}"
135
+ )
136
 
137
  if question := st.text_input(
138
  label="What do you need to know?", placeholder="What is a DataFrame?"