Update app.py
Browse files
app.py
CHANGED
|
@@ -89,9 +89,6 @@ also the sql code should not have ``` in beginning or end and sql word in output
|
|
| 89 |
st.set_page_config(page_title="I Can Retrieve Any SQL Query")
|
| 90 |
st.header("Gemini App To Retrieve SQL Data")
|
| 91 |
|
| 92 |
-
st.set_page_config(page_title="I Can Retrieve Any SQL Query")
|
| 93 |
-
st.header("Gemini App To Retrieve SQL Data")
|
| 94 |
-
|
| 95 |
# App description
|
| 96 |
st.write("""
|
| 97 |
Welcome to the Gemini SQL Query Generator! This app leverages the power of Google's Generative AI to convert your natural language questions into SQL queries.
|
|
|
|
| 89 |
st.set_page_config(page_title="I Can Retrieve Any SQL Query")
|
| 90 |
st.header("Gemini App To Retrieve SQL Data")
|
| 91 |
|
|
|
|
|
|
|
|
|
|
| 92 |
# App description
|
| 93 |
st.write("""
|
| 94 |
Welcome to the Gemini SQL Query Generator! This app leverages the power of Google's Generative AI to convert your natural language questions into SQL queries.
|