Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ path = "/data" #preset path for hugging face spaces for persistent storage and
|
|
15 |
model_id="mistralai/Mistral-7B-Instruct-v0.3"
|
16 |
|
17 |
# Configure the Streamlit app
|
18 |
-
st.set_page_config(page_title="HuggingFace ChatBot", page_icon
|
19 |
st.title("Personal HuggingFace ChatBot")
|
20 |
st.markdown(f"*This is a simple chatbot that uses the HuggingFace transformers library to generate responses to your text input. It uses the {model_id}.*")
|
21 |
|
|
|
15 |
model_id="mistralai/Mistral-7B-Instruct-v0.3"
|
16 |
|
17 |
# Configure the Streamlit app
|
18 |
+
st.set_page_config(page_title="HuggingFace ChatBot", page_icon \U0001F680)
|
19 |
st.title("Personal HuggingFace ChatBot")
|
20 |
st.markdown(f"*This is a simple chatbot that uses the HuggingFace transformers library to generate responses to your text input. It uses the {model_id}.*")
|
21 |
|