AnishaG0201 commited on
Commit
a31f7ca
1 Parent(s): 0d09775

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ def main():
60
 
61
  with col2:
62
  st.subheader("Answers")
63
- answers = response.get('answer')
64
  st.write(answers)
65
 
66
  else:
 
60
 
61
  with col2:
62
  st.subheader("Answers")
63
+ answers = response.get('answers')
64
  st.write(answers)
65
 
66
  else: