Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ prompt = [
|
|
45 |
|
46 |
# Stream App framework
|
47 |
st.set_page_config(page_title="I can Retrieve Any SQL query")
|
48 |
-
st.header("AI-Powered SQL Insights
|
49 |
|
50 |
# Display student details from the database
|
51 |
st.subheader("Student Details:")
|
|
|
45 |
|
46 |
# Stream App framework
|
47 |
st.set_page_config(page_title="I can Retrieve Any SQL query")
|
48 |
+
st.header("Gemini Pro: AI-Powered SQL Insights")
|
49 |
|
50 |
# Display student details from the database
|
51 |
st.subheader("Student Details:")
|