Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -122,10 +122,11 @@ def main():
|
|
122 |
|
123 |
#Output passages & scores
|
124 |
for doc, score, title in results[:10]:
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
|
|
129 |
|
130 |
st.image("pres-futureplans.png")
|
131 |
|
|
|
122 |
|
123 |
#Output passages & scores
|
124 |
for doc, score, title in results[:10]:
|
125 |
+
st.write("Score: ", score)
|
126 |
+
st.write("Title:", title)
|
127 |
+
st.write("Abstract:", abstract)
|
128 |
+
st.write("---")
|
129 |
+
|
130 |
|
131 |
st.image("pres-futureplans.png")
|
132 |
|