Spaces:
Runtime error
Runtime error
carolinefrascasnowflake
commited on
Commit
•
91bd1f1
1
Parent(s):
38e18ec
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ def clear_chat_history():
|
|
50 |
st.session_state.messages = [{"role": "assistant", "content": "Hi. I'm Arctic, a new, efficient, intelligent, and truly open language model created by Snowflake AI Research. Ask me anything."}]
|
51 |
st.sidebar.button('Clear chat history', on_click=clear_chat_history)
|
52 |
|
53 |
-
st.sidebar.caption('Built by [Snowflake](https://snowflake.com/) to demonstrate [Snowflake Arctic](https://www.snowflake.com/blog/arctic-open-and-efficient-foundation-language-models-snowflake).
|
54 |
|
55 |
@st.cache_resource(show_spinner=False)
|
56 |
def get_tokenizer():
|
|
|
50 |
st.session_state.messages = [{"role": "assistant", "content": "Hi. I'm Arctic, a new, efficient, intelligent, and truly open language model created by Snowflake AI Research. Ask me anything."}]
|
51 |
st.sidebar.button('Clear chat history', on_click=clear_chat_history)
|
52 |
|
53 |
+
st.sidebar.caption('Built by [Snowflake](https://snowflake.com/) to demonstrate [Snowflake Arctic](https://www.snowflake.com/blog/arctic-open-and-efficient-foundation-language-models-snowflake). Model hosted by [Replicate](https://replicate.com/snowflake/snowflake-arctic-instruct).')
|
54 |
|
55 |
@st.cache_resource(show_spinner=False)
|
56 |
def get_tokenizer():
|