Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ def get_response(system_message, chat_history, user_text,
|
|
57 |
|
58 |
# Streamlit setup
|
59 |
st.set_page_config(page_title="HuggingFace ChatBot", page_icon="🤗")
|
60 |
-
st.title("Personal Assistant")
|
61 |
st.markdown(f"*This chatbot uses {model_id} and NASA's APIs to provide information and responses.*")
|
62 |
|
63 |
# Initialize session state
|
|
|
57 |
|
58 |
# Streamlit setup
|
59 |
st.set_page_config(page_title="HuggingFace ChatBot", page_icon="🤗")
|
60 |
+
st.title("NASA Personal Assistant")
|
61 |
st.markdown(f"*This chatbot uses {model_id} and NASA's APIs to provide information and responses.*")
|
62 |
|
63 |
# Initialize session state
|