Ron Vallejo commited on
Commit
173260b
·
verified ·
1 Parent(s): a5d151f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -77,8 +77,8 @@ if st.session_state.prev_option != selected_model:
77
  #Pull in the model we want to use
78
  repo_id = model_links[selected_model]
79
 
80
- st.title(f'Liahona.AI')
81
- st.subheader(f'powered by {selected_model}')
82
  # st.title(f'ChatBot Using {selected_model}')
83
 
84
  # Set a default model
 
77
  #Pull in the model we want to use
78
  repo_id = model_links[selected_model]
79
 
80
+ st.header(f'Liahona.AI')
81
+ st.text(f'_powered_ by :violet[{selected_model}]')
82
  # st.title(f'ChatBot Using {selected_model}')
83
 
84
  # Set a default model