nlpblogs commited on
Commit
ed663af
·
verified ·
1 Parent(s): 28a7694

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -6,6 +6,7 @@ import io
6
  from transformers import pipeline
7
  from streamlit_extras.stylable_container import stylable_container
8
  import json
 
9
 
10
  st.subheader("Table Question Answering (QA)", divider="blue")
11
 
 
6
  from transformers import pipeline
7
  from streamlit_extras.stylable_container import stylable_container
8
  import json
9
+ import plotly.express as px
10
 
11
  st.subheader("Table Question Answering (QA)", divider="blue")
12