Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -22,4 +22,17 @@ st.markdown("""
|
|
| 22 |
customData: { language: "en" },
|
| 23 |
socketUrl: "http://localhost:5005",
|
| 24 |
title: "Mybot",
|
| 25 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
customData: { language: "en" },
|
| 23 |
socketUrl: "http://localhost:5005",
|
| 24 |
title: "Mybot",
|
| 25 |
+
subtitle: "Votre Assistant Mytek",
|
| 26 |
+
inputTextFieldHint: "Tapez votre message ici",
|
| 27 |
+
// add other props here
|
| 28 |
+
},
|
| 29 |
+
null
|
| 30 |
+
);
|
| 31 |
+
}),
|
| 32 |
+
t.insertBefore(e, t.firstChild);
|
| 33 |
+
})();
|
| 34 |
+
localStorage.clear();
|
| 35 |
+
</script>
|
| 36 |
+
</body>
|
| 37 |
+
</html>
|
| 38 |
+
""", unsafe_allow_html=True)
|