Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -27,8 +27,7 @@ def main():
|
|
27 |
# Send the user input to the API
|
28 |
with st.spinner("Fetching response..."):
|
29 |
response = query({
|
30 |
-
"question": user_input,
|
31 |
-
"streaming": True
|
32 |
})
|
33 |
|
34 |
# Display the raw JSON response
|
|
|
27 |
# Send the user input to the API
|
28 |
with st.spinner("Fetching response..."):
|
29 |
response = query({
|
30 |
+
"question": user_input,
|
|
|
31 |
})
|
32 |
|
33 |
# Display the raw JSON response
|