seansullivan commited on
Commit
f09daf4
·
verified ·
1 Parent(s): 9228d9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -17,9 +17,8 @@ import streamlit as st
17
 
18
  # Streamlit App Configuration (gets model_name, index_name, namespace_name before needed)
19
  st.set_page_config(page_title="Chat with HiPerGator Docs", page_icon="🟩")
20
- st.markdown("<h1 style='text-align: center;'>How can I help you?:</h1>", unsafe_allow_html=True)
21
 
22
- st.sidebar.title("Options")
23
  model_name = "claude-3-haiku-20240307"
24
 
25
 
 
17
 
18
  # Streamlit App Configuration (gets model_name, index_name, namespace_name before needed)
19
  st.set_page_config(page_title="Chat with HiPerGator Docs", page_icon="🟩")
20
+ st.markdown("<h1 style='text-align: center;'>Welcome to the HiPerGator Bot. Please type your question below:</h1>", unsafe_allow_html=True)
21
 
 
22
  model_name = "claude-3-haiku-20240307"
23
 
24