Zeel commited on
Commit
4f527ae
·
verified ·
1 Parent(s): 042ce46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: