Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,26 +6,6 @@ import urllib.parse
|
|
6 |
import urllib.request
|
7 |
import pandas as pd
|
8 |
|
9 |
-
st.components.v1.html("""
|
10 |
-
<script src="https://cm36cv1ly1jf0za4zge3j22h8.agent.pa.smyth.ai/static/embodiment/chatBot/chatbot-v2.js"
|
11 |
-
onload="console.log('Chatbot script loaded successfully')"
|
12 |
-
onerror="console.log('Chatbot script failed to load')"></script>
|
13 |
-
<script>
|
14 |
-
setTimeout(() => {
|
15 |
-
if (typeof ChatBot !== 'undefined') {
|
16 |
-
ChatBot.init({
|
17 |
-
domain: 'cm36cv1ly1jf0za4zge3j22h8.agent.pa.smyth.ai',
|
18 |
-
introMessage: 'Hello, how can I assist you today?',
|
19 |
-
// additional settings
|
20 |
-
});
|
21 |
-
} else {
|
22 |
-
console.error('ChatBot is not defined');
|
23 |
-
}
|
24 |
-
}, 1000); // Delay to ensure script has time to load
|
25 |
-
</script>
|
26 |
-
""", height=200)
|
27 |
-
|
28 |
-
|
29 |
|
30 |
# Function to query Google's Knowledge Graph API
|
31 |
def query_knowledge_graph(entity_id):
|
|
|
6 |
import urllib.request
|
7 |
import pandas as pd
|
8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
|
10 |
# Function to query Google's Knowledge Graph API
|
11 |
def query_knowledge_graph(entity_id):
|