Update app.py
Browse files
app.py
CHANGED
|
@@ -100,7 +100,7 @@ with st.status(
|
|
| 100 |
)
|
| 101 |
st.session_state["expanded"] = False
|
| 102 |
|
| 103 |
-
st.subheader("π HoopMind Basketball
|
| 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="
|
| 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... π"):
|