Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# Team members: Yifei Shen, Katherine Tang
|
2 |
-
# My own contribution:
|
3 |
|
4 |
|
5 |
## Mini Project 1 - Part 1: Getting Familiar with Word Embeddings.
|
@@ -351,6 +351,7 @@ if __name__ == "__main__":
|
|
351 |
### Text Search ###
|
352 |
### There will be Bonus marks of 10% for the teams that submit a URL for your deployed web app.
|
353 |
### Bonus: You can also submit a publicly accessible link to the deployed web app.
|
|
|
354 |
|
355 |
st.sidebar.title("GloVe Twitter")
|
356 |
st.sidebar.markdown(
|
|
|
1 |
# Team members: Yifei Shen, Katherine Tang
|
2 |
+
# My own contribution: I was responsible for handling Task3 in the coding tasks and deployed our web app to Hugging Face: https://huggingface.co/spaces/yifeis02/Search_Based_Retrieval_Demo
|
3 |
|
4 |
|
5 |
## Mini Project 1 - Part 1: Getting Familiar with Word Embeddings.
|
|
|
351 |
### Text Search ###
|
352 |
### There will be Bonus marks of 10% for the teams that submit a URL for your deployed web app.
|
353 |
### Bonus: You can also submit a publicly accessible link to the deployed web app.
|
354 |
+
### This is our deployed web app: https://huggingface.co/spaces/yifeis02/Search_Based_Retrieval_Demo
|
355 |
|
356 |
st.sidebar.title("GloVe Twitter")
|
357 |
st.sidebar.markdown(
|