Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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")
|