Stéphanie Kamgnia Wonkap
commited on
Commit
·
546fe9e
1
Parent(s):
4a793d8
fixing main
Browse files
app.py
CHANGED
@@ -113,7 +113,7 @@ def main():
|
|
113 |
# Display the relevant documents
|
114 |
st.write("### Relevant Documents:")
|
115 |
for i, doc in enumerate(relevant_docs):
|
116 |
-
st.write(f"Document {i}:\n{doc
|
117 |
|
118 |
|
119 |
if __name__ == "__main__":
|
|
|
113 |
# Display the relevant documents
|
114 |
st.write("### Relevant Documents:")
|
115 |
for i, doc in enumerate(relevant_docs):
|
116 |
+
st.write(f"Document {i}:\n{doc}")
|
117 |
|
118 |
|
119 |
if __name__ == "__main__":
|