JDmayo commited on
Commit
5f536af
·
verified ·
1 Parent(s): 6c7dfa5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ st.title("Minecraft Query Wizard")
19
  question_input = st.text_area("Enter a Minecraft-related question", height=150)
20
 
21
  # Answer the question
22
- if st.button("Get Answer"):
23
  if question_input:
24
  with st.spinner("Generating answer..."):
25
  try:
 
19
  question_input = st.text_area("Enter a Minecraft-related question", height=150)
20
 
21
  # Answer the question
22
+ if st.button("Ask"):
23
  if question_input:
24
  with st.spinner("Generating answer..."):
25
  try: