Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -214,7 +214,7 @@ def load_reviews_from_file(file_path):
|
|
214 |
|
215 |
|
216 |
#Demo Section
|
217 |
-
st.title("SpaGAN Demo")
|
218 |
st.write("This demo allows you to select from a list of sample reviews that contrain both real and fake reviews. This demo will highlight all the entity types found within the review and display the prediction of the model.")
|
219 |
|
220 |
# Define a color map and descriptions for different entity types
|
|
|
214 |
|
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. This demo will highlight all the entity types found within the review and display the prediction of the model.")
|
219 |
|
220 |
# Define a color map and descriptions for different entity types
|