Yatheshr commited on
Commit
0b846ee
·
verified ·
1 Parent(s): a0d03c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
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("🚀 SQL Query Performance Predictor", unsafe_allow_html=True)
 
 
 
 
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