awacke1 commited on
Commit
7550147
โ€ข
1 Parent(s): 7ef37d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"))