Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ with col2:
|
|
60 |
st.markdown("<h1 class='title'>VayuBuddy</h1>", unsafe_allow_html=True)
|
61 |
|
62 |
|
63 |
-
model_name = st.sidebar.selectbox("Select LLM:", ["llama3","mixtral", "gemma"])
|
64 |
|
65 |
questions = ['Custom Prompt']
|
66 |
with open(join(self_path, "questions.txt")) as f:
|
|
|
60 |
st.markdown("<h1 class='title'>VayuBuddy</h1>", unsafe_allow_html=True)
|
61 |
|
62 |
|
63 |
+
model_name = st.sidebar.selectbox("Select LLM:", ["llama3","mixtral", "gemma", "gemini-pro"])
|
64 |
|
65 |
questions = ['Custom Prompt']
|
66 |
with open(join(self_path, "questions.txt")) as f:
|