Spaces:
Runtime error
Runtime error
GZA commited on
Commit ·
3caf376
1
Parent(s): b66a111
updated
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ from utils import (
|
|
| 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")
|
|
|
|
| 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")
|