abhishek23HF commited on
Commit
11a14ec
·
1 Parent(s): e5641ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 boxes
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)