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="CRIStine", page_icon "π©βπ§")
|
19 |
st.title("CRIStine - Interactive CRIS Assistant")
|
20 |
st.markdown(f"*This is a chatbot that uses the HuggingFace transformers with Retrieval Augmented Generation to guide and train users. 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="CRIStine", page_icon = "π©βπ§")
|
19 |
st.title("CRIStine - Interactive CRIS Assistant")
|
20 |
st.markdown(f"*This is a chatbot that uses the HuggingFace transformers with Retrieval Augmented Generation to guide and train users. It uses the {model_id}.*")
|
21 |
|