Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ def clear_chat_history():
|
|
37 |
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."}]
|
38 |
st.sidebar.button('Clear chat history', on_click=clear_chat_history)
|
39 |
|
40 |
-
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).
|
41 |
|
42 |
# Function for generating Snowflake Arctic response
|
43 |
def generate_arctic_response():
|
|
|
37 |
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."}]
|
38 |
st.sidebar.button('Clear chat history', on_click=clear_chat_history)
|
39 |
|
40 |
+
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).')
|
41 |
|
42 |
# Function for generating Snowflake Arctic response
|
43 |
def generate_arctic_response():
|