bohmian commited on
Commit
69a2b8a
·
verified ·
1 Parent(s): 7e173e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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=['house', 'gear', 'gear', 'gear'],
450
- menu_icon="", 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.")
 
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.")