Update app.py
Browse files
app.py
CHANGED
|
@@ -52,7 +52,11 @@ def recommend_tips(query):
|
|
| 52 |
# 4. Streamlit App Interface
|
| 53 |
def main():
|
| 54 |
#st.title("🚀 SQL Query Performance Predictor")
|
| 55 |
-
st.markdown(
|
|
|
|
|
|
|
|
|
|
|
|
|
| 56 |
|
| 57 |
|
| 58 |
# Load data
|
|
|
|
| 52 |
# 4. Streamlit App Interface
|
| 53 |
def main():
|
| 54 |
#st.title("🚀 SQL Query Performance Predictor")
|
| 55 |
+
st.markdown(
|
| 56 |
+
"<h1 style='text-align: center; white-space: nowrap;'>🚀SQL Query Performance Predictor</h1>",
|
| 57 |
+
unsafe_allow_html=True)
|
| 58 |
+
|
| 59 |
+
|
| 60 |
|
| 61 |
|
| 62 |
# Load data
|