MrGanesh commited on
Commit
cfbeebd
·
1 Parent(s): ae44a4c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ def load_model():
10
  return model
11
 
12
  model = load_model()
13
-
14
  placeholder = st.empty()
15
  text_input = placeholder.text_area("Paste or write text", height=300)
16
  button = st.button("Extract Keywords")
 
10
  return model
11
 
12
  model = load_model()
13
+ st.title("Patent Text Extractor")
14
  placeholder = st.empty()
15
  text_input = placeholder.text_area("Paste or write text", height=300)
16
  button = st.button("Extract Keywords")