AlainDeLong commited on
Commit
01f60b5
1 Parent(s): 3a786ba

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ prompt = """
52
 
53
  # Streamlit App
54
  st.set_page_config(page_title="Text to SQL")
55
- st.header("Gemini App to Retrieve SQL Data")
56
 
57
  question = st.text_input("Input", key="input")
58
  submit = st.button("Ask the question")
 
52
 
53
  # Streamlit App
54
  st.set_page_config(page_title="Text to SQL")
55
+ st.header("TEXT TO SQL")
56
 
57
  question = st.text_input("Input", key="input")
58
  submit = st.button("Ask the question")