blazingbunny commited on
Commit
feae34c
·
1 Parent(s): 6a4daaf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import streamlit as st
3
  from google.oauth2 import service_account
4
  from google.cloud import language_v1
5
 
6
- selected_types = st.multiselect('Select entity types to show:', entity_types_to_show)
7
 
8
  # Header and intro
9
  st.title("Google Cloud NLP Entity Analyzer")
 
3
  from google.oauth2 import service_account
4
  from google.cloud import language_v1
5
 
6
+
7
 
8
  # Header and intro
9
  st.title("Google Cloud NLP Entity Analyzer")