akdeniz27 commited on
Commit
2148dd6
1 Parent(s): acaedb0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -65,8 +65,5 @@ if Run_Button == True:
65
  qna_pipeline = setModel(model_checkpoint)
66
  output = qna_pipeline(question=selected_question, context=selected_context)
67
 
68
-
69
- df = pd.DataFrame.from_dict(output)
70
-
71
  st.header("Answer")
72
- st.dataframe(df)
 
65
  qna_pipeline = setModel(model_checkpoint)
66
  output = qna_pipeline(question=selected_question, context=selected_context)
67
 
 
 
 
68
  st.header("Answer")
69
+ st.write(output)