w3robotics commited on
Commit
341c82c
·
verified ·
1 Parent(s): 713ab5b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -15,9 +15,9 @@ 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 \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
 
22
 
23
  # Application Functions
 
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
 
22
 
23
  # Application Functions