Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ os.makedirs("chroma_db_curadoria", exist_ok=True)
|
|
43 |
|
44 |
# Configuração do Streamlit
|
45 |
st.sidebar.title("Configuração de LLM")
|
46 |
-
sidebar_option = st.sidebar.radio("Selecione o LLM", ["gpt-3.5-turbo"
|
47 |
|
48 |
# logo_url = 'app\logos\logo-sicoob.jpg'
|
49 |
# st.sidebar.image(logo_url)
|
|
|
43 |
|
44 |
# Configuração do Streamlit
|
45 |
st.sidebar.title("Configuração de LLM")
|
46 |
+
sidebar_option = st.sidebar.radio("Selecione o LLM", ["gpt-3.5-turbo"])
|
47 |
|
48 |
# logo_url = 'app\logos\logo-sicoob.jpg'
|
49 |
# st.sidebar.image(logo_url)
|