Spaces:
Runtime error
Runtime error
saaketvarma
commited on
Commit
β’
cb6f970
1
Parent(s):
5f38a82
Update app.py
Browse files
app.py
CHANGED
@@ -119,7 +119,7 @@ def display_conversation(history):
|
|
119 |
|
120 |
def main():
|
121 |
# Add a sidebar for model selection
|
122 |
-
model_options = ["MBZUAI/LaMini-T5-738M", "google/flan-t5-base", "google/flan-t5-small"]
|
123 |
selected_model = st.sidebar.selectbox("Select Model", model_options)
|
124 |
|
125 |
st.markdown("<h1 style='text-align: center; color: blue;'>Custom PDF Chatbot π¦π </h1>", unsafe_allow_html=True)
|
|
|
119 |
|
120 |
def main():
|
121 |
# Add a sidebar for model selection
|
122 |
+
model_options = [ "meta-llama/Llama-2-13b-chat-hf","MBZUAI/LaMini-T5-738M", "google/flan-t5-base", "google/flan-t5-small"]
|
123 |
selected_model = st.sidebar.selectbox("Select Model", model_options)
|
124 |
|
125 |
st.markdown("<h1 style='text-align: center; color: blue;'>Custom PDF Chatbot π¦π </h1>", unsafe_allow_html=True)
|