Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,6 @@ from utlis.helper import *
|
|
3 |
initialize_session_state()
|
4 |
|
5 |
with st.sidebar:
|
6 |
-
st.image("logo.png", width=170)
|
7 |
st.title("Smart Retrieval")
|
8 |
# Get List of models
|
9 |
llms = ['Cohere','Gemini-Pro','Mistral-7B-Instruct-v0.3','gemma-2b','Meta-Llama-3-8B-Instruct','Phi-3-mini-4k-instruct','zephyr-7b-beta']
|
|
|
3 |
initialize_session_state()
|
4 |
|
5 |
with st.sidebar:
|
|
|
6 |
st.title("Smart Retrieval")
|
7 |
# Get List of models
|
8 |
llms = ['Cohere','Gemini-Pro','Mistral-7B-Instruct-v0.3','gemma-2b','Meta-Llama-3-8B-Instruct','Phi-3-mini-4k-instruct','zephyr-7b-beta']
|