Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -215,8 +215,10 @@ def load_reviews_from_file(file_path):
|
|
215 |
|
216 |
#Demo Section
|
217 |
st.title("SpaGAN Demo: IN PROGRESS")
|
218 |
-
st.write("This demo allows you to select from a list of sample reviews that contrain both real and fake reviews.
|
219 |
-
|
|
|
|
|
220 |
|
221 |
# Define a color map and descriptions for different entity types
|
222 |
COLOR_MAP = {
|
|
|
215 |
|
216 |
#Demo Section
|
217 |
st.title("SpaGAN Demo: IN PROGRESS")
|
218 |
+
st.write("This demo allows you to select from a list of sample reviews that contrain both real and fake reviews.")
|
219 |
+
st.write("Once selected, the identified geo-entities within the review will be color coded and displayed along with the review.")
|
220 |
+
st.write("The model will construct a pseudo-sentence for each entity within the review, contextualizing each geo-entities closest neighbors from our dataset.")
|
221 |
+
st.write("Finally, the entire review will be embedded and combined with the spatial embeddings and the model will determine whether the review is real or fake.")
|
222 |
|
223 |
# Define a color map and descriptions for different entity types
|
224 |
COLOR_MAP = {
|