devin-ai commited on
Commit
f71e74f
·
verified ·
1 Parent(s): e07f113

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -56,9 +56,9 @@ st.header("DataChat: Chat With SQL Database")
56
 
57
 
58
 
59
- question=st.text_input("Enter your input/question",key="question_input")
60
 
61
- table_name = st.text_input("Enter the correct table name",key="question_input")
62
 
63
  input=f"{question} in {table_name} table"
64
 
 
56
 
57
 
58
 
59
+ question=st.text_input("Enter your input/question")
60
 
61
+ table_name = st.text_input("Enter the correct table name")
62
 
63
  input=f"{question} in {table_name} table"
64