indkhan commited on
Commit
4312d28
1 Parent(s): 47c045b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -8,8 +8,9 @@ st.markdown("""
8
  Enter your study abstract in the text area below.
9
  """)
10
 
11
- abstext = st.text_area("Enter the study")
12
  st.link_button("Reserch Paper National Library of Medicine", "https://pubmed.ncbi.nlm.nih.gov/")
 
 
13
  def split_chars(text):
14
  return " ".join(list(text))
15
 
 
8
  Enter your study abstract in the text area below.
9
  """)
10
 
 
11
  st.link_button("Reserch Paper National Library of Medicine", "https://pubmed.ncbi.nlm.nih.gov/")
12
+ abstext = st.text_area("Enter the study")
13
+
14
  def split_chars(text):
15
  return " ".join(list(text))
16