Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
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:
|