GZA commited on
Commit
3caf376
·
1 Parent(s): b66a111
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ from utils import (
15
  set_logo_and_page_config()
16
  set_sidebar()
17
 
18
- st.caption('⚠️ This is experimental implementation, works for tables under 100 records due to Airtable WebAPI limitations.')
19
  query = st.text_area("Ask a question from data stored in your Airtable" ,
20
  label_visibility="visible", placeholder="Ask a question like 'How many times has the soft serve emoji been used in the comments?'...", on_change=clear_submit)
21
  button = st.button("Search")
 
15
  set_logo_and_page_config()
16
  set_sidebar()
17
 
18
+
19
  query = st.text_area("Ask a question from data stored in your Airtable" ,
20
  label_visibility="visible", placeholder="Ask a question like 'How many times has the soft serve emoji been used in the comments?'...", on_change=clear_submit)
21
  button = st.button("Search")