Update app.py
Browse files
app.py
CHANGED
@@ -110,7 +110,7 @@ def search_arxiv(query):
|
|
110 |
)
|
111 |
#st.markdown(result)
|
112 |
arxiv_results = st.text_area("ArXiv Results: ", value=result, height=400)
|
113 |
-
st.markdown(result.replace('\n', '\r\n')
|
114 |
|
115 |
|
116 |
file_type = st.radio("Select Which Type of Memory You Prefer:", ("Semantic", "Episodic"))
|
|
|
110 |
)
|
111 |
#st.markdown(result)
|
112 |
arxiv_results = st.text_area("ArXiv Results: ", value=result, height=400)
|
113 |
+
st.markdown(result.replace('\n', '\r\n'))
|
114 |
|
115 |
|
116 |
file_type = st.radio("Select Which Type of Memory You Prefer:", ("Semantic", "Episodic"))
|