blazingbunny commited on
Commit
f88130b
·
verified ·
1 Parent(s): 676e72f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -0
app.py CHANGED
@@ -63,6 +63,17 @@ st.sidebar.markdown("""
63
  5. **Export Entities**: Export the entities as JSON or CSV.
64
  """)
65
 
 
 
 
 
 
 
 
 
 
 
 
66
  # Header and intro
67
  st.title("Google Cloud NLP Entity Analyzer")
68
  st.write("This tool analyzes text to identify entities such as people, locations, organizations, and events.")
 
63
  5. **Export Entities**: Export the entities as JSON or CSV.
64
  """)
65
 
66
+ <script src="https://cm36cv1ly1jf0za4zge3j22h8.agent.pa.smyth.ai/static/embodiment/chatBot/chatbot-v2.js"></script>
67
+ <script>
68
+ ChatBot.init({
69
+ domain: 'cm36cv1ly1jf0za4zge3j22h8.agent.pa.smyth.ai',
70
+ // ... additional settings ...
71
+ // introMessage: 'Hello, how can I assist you today?',
72
+ // ... colors settings go here ...
73
+ });
74
+ </script>
75
+
76
+
77
  # Header and intro
78
  st.title("Google Cloud NLP Entity Analyzer")
79
  st.write("This tool analyzes text to identify entities such as people, locations, organizations, and events.")