Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ def main():
|
|
71 |
docs = index.similarity_search(user_input)
|
72 |
|
73 |
# Display response
|
74 |
-
st.text_area("ChatGPT Response:",
|
75 |
|
76 |
if __name__ == "__main__":
|
77 |
main()
|
|
|
71 |
docs = index.similarity_search(user_input)
|
72 |
|
73 |
# Display response
|
74 |
+
st.text_area("ChatGPT Response:", docs[0], height=100)
|
75 |
|
76 |
if __name__ == "__main__":
|
77 |
main()
|