Update app.py
Browse files
app.py
CHANGED
@@ -49,8 +49,7 @@ def reset_results(*args):
|
|
49 |
|
50 |
# Streamlit App
|
51 |
|
52 |
-
|
53 |
-
st.image(image)
|
54 |
|
55 |
st.markdown("""
|
56 |
This QA demo uses a [Haystack Extractive QA Pipeline](https://haystack.deepset.ai/components/ready-made-pipelines#extractiveqapipeline) with
|
|
|
49 |
|
50 |
# Streamlit App
|
51 |
|
52 |
+
|
|
|
53 |
|
54 |
st.markdown("""
|
55 |
This QA demo uses a [Haystack Extractive QA Pipeline](https://haystack.deepset.ai/components/ready-made-pipelines#extractiveqapipeline) with
|