3morrrrr commited on
Commit
fe1f6b5
1 Parent(s): 09012d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +14 -1
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)