Spaces:
Running
Running
martianband1t
commited on
Update app.py
Browse files
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
|