martianband1t commited on
Commit
04b70bc
1 Parent(s): 881d151

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -1,7 +1,11 @@
1
  import streamlit as st
2
  import replicate
3
  import streamlit_chat
 
 
4
 
 
 
5
  st.title("Ayoye, c'est bien hot ça!!")
6
 
7
  # Initialisation d'une liste pour stocker les messages
 
1
  import streamlit as st
2
  import replicate
3
  import streamlit_chat
4
+ # Set assistant icon to Snowflake logo
5
+ icons = {"assistant": "./Snowflake_Logomark_blue.svg", "user": "⛷️"}
6
 
7
+ # App title
8
+ st.set_page_config(page_title="Snowflake Arctic")
9
  st.title("Ayoye, c'est bien hot ça!!")
10
 
11
  # Initialisation d'une liste pour stocker les messages