Spaces:
Build error
Build error
niro commited on
Commit ·
7dd83a2
1
Parent(s): d4aa628
adsf
Browse files
main.py
CHANGED
|
@@ -88,10 +88,10 @@ user_choice = st.radio(
|
|
| 88 |
"Choose an action", ('Add Knowledge', 'Chat with your Brain', 'Forget', "Explore"))
|
| 89 |
|
| 90 |
st.markdown("---\n\n")
|
| 91 |
-
|
| 92 |
if user_choice == 'Add Knowledge':
|
| 93 |
# Display chunk size and overlap selection only when adding knowledge
|
| 94 |
-
st.sidebar.image('assets/Images/Vanti - Main Logo@4x copy.png')
|
| 95 |
# user_api_key = st.sidebar.text_input(
|
| 96 |
# label="#### Your OpenAI API key 👇", placeholder="Paste your openAI API key, sk-", type="password"
|
| 97 |
# )
|
|
|
|
| 88 |
"Choose an action", ('Add Knowledge', 'Chat with your Brain', 'Forget', "Explore"))
|
| 89 |
|
| 90 |
st.markdown("---\n\n")
|
| 91 |
+
st.sidebar.image('assets/Images/Vanti - Main Logo@4x copy.png')
|
| 92 |
if user_choice == 'Add Knowledge':
|
| 93 |
# Display chunk size and overlap selection only when adding knowledge
|
| 94 |
+
# st.sidebar.image('assets/Images/Vanti - Main Logo@4x copy.png')
|
| 95 |
# user_api_key = st.sidebar.text_input(
|
| 96 |
# label="#### Your OpenAI API key 👇", placeholder="Paste your openAI API key, sk-", type="password"
|
| 97 |
# )
|