akdeniz27 commited on
Commit
77df855
1 Parent(s): b57cfb6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -78,4 +78,5 @@ if Run_Button == True:
78
  output = qna_pipeline(question=selected_question, context=selected_context)
79
 
80
  st.header("Answer")
81
- st.write(output)
 
 
78
  output = qna_pipeline(question=selected_question, context=selected_context)
79
 
80
  st.header("Answer")
81
+ st.write(output)
82
+