Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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('
|
|
|
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)')
|