devin-ai commited on
Commit
055d351
·
verified ·
1 Parent(s): 5bed307

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ def read_sql_query(sql,db):
55
  st.set_page_config("DataChat: Explore Your Database")
56
  st.header("chat with your sql database")
57
 
58
- table_name = st.text_input("Enter the correct table name"")
59
 
60
  question=st.text_input("enter your input/question")
61
 
 
55
  st.set_page_config("DataChat: Explore Your Database")
56
  st.header("chat with your sql database")
57
 
58
+ table_name = st.text_input("Enter the correct table name")
59
 
60
  question=st.text_input("enter your input/question")
61