AegionX commited on
Commit
9c906a9
Β·
verified Β·
1 Parent(s): b2b8df9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -100,7 +100,7 @@ with st.status(
100
  )
101
  st.session_state["expanded"] = False
102
 
103
- st.subheader("πŸ€ HoopMind Basketball Q&A", divider="rainbow")
104
  st.caption(
105
  """Welcome to **HoopMind**!
106
  This AI answers basketball questions using the QASports dataset β€” the first large sports question answering dataset.
@@ -109,7 +109,7 @@ st.caption(
109
 
110
  if user_query := st.text_input(
111
  label="Ask HoopMind anything about Basketball! 🧠",
112
- placeholder="How many field goals did Kobe Bryant score?",
113
  ):
114
  # Get the answers
115
  with st.spinner("Thinking... πŸ€"):
 
100
  )
101
  st.session_state["expanded"] = False
102
 
103
+ st.subheader("πŸ€ HoopMind Basketball Wiki", divider="rainbow")
104
  st.caption(
105
  """Welcome to **HoopMind**!
106
  This AI answers basketball questions using the QASports dataset β€” the first large sports question answering dataset.
 
109
 
110
  if user_query := st.text_input(
111
  label="Ask HoopMind anything about Basketball! 🧠",
112
+ placeholder="Who is Kobe Bryant?",
113
  ):
114
  # Get the answers
115
  with st.spinner("Thinking... πŸ€"):