zolicsaki commited on
Commit
046b050
·
verified ·
1 Parent(s): fb0ce27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -325,7 +325,8 @@ def main() -> None:
325
  if 'related_questions' not in st.session_state:
326
  st.session_state.related_questions = []
327
 
328
- st.title(':orange[SambaNova Cloud] Auto Web Search')
 
329
 
330
  with st.sidebar:
331
  st.title('Get your :orange[SambaNova Cloud] API key [here](https://cloud.sambanova.ai/apis)')
 
325
  if 'related_questions' not in st.session_state:
326
  st.session_state.related_questions = []
327
 
328
+ st.title(' Auto Web Search')
329
+ st.subheader('Powered by :orange[SambaNova Cloud] and Llama405B')
330
 
331
  with st.sidebar:
332
  st.title('Get your :orange[SambaNova Cloud] API key [here](https://cloud.sambanova.ai/apis)')