Spaces:
Sleeping
Sleeping
Commit
·
e5641ed
1
Parent(s):
433ad98
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import streamlit as st
|
|
| 3 |
text_input_db_id= st.text_input("DB ID")
|
| 4 |
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 boxes
|
| 9 |
|
|
|
|
| 3 |
text_input_db_id= st.text_input("DB ID")
|
| 4 |
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 boxes
|
| 9 |
|