INIFanalitica commited on
Commit
9245441
1 Parent(s): ef6cdd4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -50,6 +50,7 @@ def generate_response(cleaned_input, model):
50
  return error_response
51
 
52
  def main():
 
53
  st.title("Chatbot INIF - L.A.U.R.A.")
54
  palm.configure(api_key='AIzaSyCezVerubEzQc9JHz3V8hofpAlSIJXGxFQ')
55
 
 
50
  return error_response
51
 
52
  def main():
53
+ st.image("https://i.ibb.co/2j2gGW1/logo-inif.png", use_column_width=True)
54
  st.title("Chatbot INIF - L.A.U.R.A.")
55
  palm.configure(api_key='AIzaSyCezVerubEzQc9JHz3V8hofpAlSIJXGxFQ')
56