Spaces:
Sleeping
Sleeping
Commit ·
11a14ec
1
Parent(s): e5641ed
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ text_input_question = st.text_input("User Query")
|
|
| 5 |
|
| 6 |
# make_inference(your_db_id_here, your_db_query_here)
|
| 7 |
|
| 8 |
-
# Display the text input
|
| 9 |
|
| 10 |
if st.button('Submit'):
|
| 11 |
st.write(your_db_id_here+your_db_query_here)
|
|
|
|
| 5 |
|
| 6 |
# make_inference(your_db_id_here, your_db_query_here)
|
| 7 |
|
| 8 |
+
# Display the text input boxess
|
| 9 |
|
| 10 |
if st.button('Submit'):
|
| 11 |
st.write(your_db_id_here+your_db_query_here)
|