Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -446,8 +446,8 @@ with st.sidebar:
|
|
446 |
"View Source Docs for Last Query",
|
447 |
"Scrape or Upload Own Docs",
|
448 |
],
|
449 |
-
icons=['
|
450 |
-
|
451 |
|
452 |
with st.expander("Warning", expanded = True):
|
453 |
st.write("⚠️ DO NOT navigate between pages or change config when chat is ongoing. Wait for query to complete first.")
|
|
|
446 |
"View Source Docs for Last Query",
|
447 |
"Scrape or Upload Own Docs",
|
448 |
],
|
449 |
+
icons=['robot', 'list-task', 'cloud-upload-fill'],
|
450 |
+
default_index=0)
|
451 |
|
452 |
with st.expander("Warning", expanded = True):
|
453 |
st.write("⚠️ DO NOT navigate between pages or change config when chat is ongoing. Wait for query to complete first.")
|