Update app.py
Browse files
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 |
|