Commit
·
16ba9eb
1
Parent(s):
ce88ff9
Update app.py
Browse files
app.py
CHANGED
@@ -1,8 +1,3 @@
|
|
1 |
-
import json
|
2 |
-
from google.oauth2 import service_account
|
3 |
-
from google.cloud import language_v1
|
4 |
-
import streamlit as st
|
5 |
-
|
6 |
def sample_analyze_entities(text_content):
|
7 |
# Parse the JSON string to a dictionary
|
8 |
service_account_info = json.loads(st.secrets["google_nlp"])
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
def sample_analyze_entities(text_content):
|
2 |
# Parse the JSON string to a dictionary
|
3 |
service_account_info = json.loads(st.secrets["google_nlp"])
|