ositamiles commited on
Commit
50e94c6
·
verified ·
1 Parent(s): e8c424b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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