singhtech commited on
Commit
a1471a3
·
verified ·
1 Parent(s): e683a52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def main():
39
  """, unsafe_allow_html=True)
40
 
41
  # Sidebar for customization options
42
- st.sidebar.title('Customization')
43
  model = st.sidebar.selectbox(
44
  'Model',
45
  ["llama3-70b-8192"]
 
39
  """, unsafe_allow_html=True)
40
 
41
  # Sidebar for customization options
42
+ st.sidebar.title('LLM Model')
43
  model = st.sidebar.selectbox(
44
  'Model',
45
  ["llama3-70b-8192"]