prashant
commited on
Commit
•
d9aacf7
1
Parent(s):
34cf2d4
info img path fix
Browse files- appStore/info.py +1 -1
appStore/info.py
CHANGED
@@ -41,7 +41,7 @@ The collaboration aims to determine the potential of NLP methods for tracking po
|
|
41 |
<br>
|
42 |
"""
|
43 |
st.markdown(intro, unsafe_allow_html=True)
|
44 |
-
st.image("
|
45 |
#st.subheader("Methodology")
|
46 |
#st.write("Each sentence in the generated answer ends with a coloured tooltip; the colour ranges from red to green. "
|
47 |
# "The tooltip contains a value representing answer sentence similarity to a specific sentence in the "
|
|
|
41 |
<br>
|
42 |
"""
|
43 |
st.markdown(intro, unsafe_allow_html=True)
|
44 |
+
st.image("docStore/img/pic1.png", caption="")
|
45 |
#st.subheader("Methodology")
|
46 |
#st.write("Each sentence in the generated answer ends with a coloured tooltip; the colour ranges from red to green. "
|
47 |
# "The tooltip contains a value representing answer sentence similarity to a specific sentence in the "
|