Spaces:
Runtime error
Runtime error
carolinefrascasnowflake
commited on
Commit
•
2a7f11c
1
Parent(s):
3ae0fe0
Fix sidebar text (#2)
Browse files- Fix sidebar text (214a6ccded02f8535a770be0b42ada385e55615d)
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():
|