devin-ai commited on
Commit
2cb3c29
·
verified ·
1 Parent(s): 8306023

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -60,8 +60,8 @@ def gemini_sql_query(prompt,input):
60
  return response.text
61
 
62
 
63
- st.set_page_config(""DataChat: Explore Your Database"")
64
- st.header("chat with your sql database ")
65
 
66
  input=st.text_input("enter your input/question ")
67
 
 
60
  return response.text
61
 
62
 
63
+ st.set_page_config("DataChat: Explore Your Database")
64
+ st.header("chat with your sql database")
65
 
66
  input=st.text_input("enter your input/question ")
67