Archan commited on
Commit
4dd9b3e
·
1 Parent(s): f1faf60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,4 +3,4 @@ import streamlit as st
3
  text = st.text_area("Search For Paper")
4
 
5
  if text:
6
- write(text)
 
3
  text = st.text_area("Search For Paper")
4
 
5
  if text:
6
+ st.write(text)