Wen-Ding Li commited on
Commit
3231898
1 Parent(s): 72db41e
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -8,8 +8,7 @@ st.set_page_config(page_title="BIRD SQL inspection", layout="wide")
8
  st.markdown("<h1 style='text-align: center; color: #00BFFF;'>BIRD SQL inspection 🔍</h1>", unsafe_allow_html=True)
9
 
10
  st.markdown("""
11
- Here you can inspect BIRD SQL data with schemas.
12
-
13
  """)
14
 
15
  @st.cache()
 
8
  st.markdown("<h1 style='text-align: center; color: #00BFFF;'>BIRD SQL inspection 🔍</h1>", unsafe_allow_html=True)
9
 
10
  st.markdown("""
11
+ Here you can inspect BIRD SQL data with schemas from [BIRD-Bench](https://bird-bench.github.io/).
 
12
  """)
13
 
14
  @st.cache()