Spaces:
Sleeping
Sleeping
AlainDeLong
commited on
Commit
•
01f60b5
1
Parent(s):
3a786ba
update app
Browse files
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("
|
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")
|