Spaces:
Runtime error
Runtime error
Fix sidebar text
#2
by
carolinefrascasnowflake
- opened
app.py
CHANGED
@@ -47,7 +47,7 @@ def clear_chat_history():
|
|
47 |
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."}]
|
48 |
st.sidebar.button('Clear chat history', on_click=clear_chat_history)
|
49 |
|
50 |
-
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).
|
51 |
|
52 |
@st.cache_resource
|
53 |
def get_tokenizer():
|
|
|
47 |
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."}]
|
48 |
st.sidebar.button('Clear chat history', on_click=clear_chat_history)
|
49 |
|
50 |
+
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).')
|
51 |
|
52 |
@st.cache_resource
|
53 |
def get_tokenizer():
|