Spaces:
Runtime error
Runtime error
Update ✨Entity Linking Application✨.py
Browse files
✨Entity Linking Application✨.py
CHANGED
|
@@ -297,7 +297,7 @@ chrome_path = r'"C:\Program Files\Google\Chrome\Application\chrome.exe"'
|
|
| 297 |
|
| 298 |
def main_cli():
|
| 299 |
st.title("✨ Entity Linking Application ✨")
|
| 300 |
-
st.caption("This
|
| 301 |
|
| 302 |
|
| 303 |
input_sentence_user = st.text_input("Enter a sentence:", "")
|
|
|
|
| 297 |
|
| 298 |
def main_cli():
|
| 299 |
st.title("✨ Entity Linking Application ✨")
|
| 300 |
+
st.caption("This web application is part of my master’s dissertation.")
|
| 301 |
|
| 302 |
|
| 303 |
input_sentence_user = st.text_input("Enter a sentence:", "")
|