kheopss commited on
Commit
2da84f6
1 Parent(s): 3048e69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -65,6 +65,12 @@ def fbcb(response):
65
 
66
  st.session_state.fbk = str(uuid.uuid4())
67
 
 
 
 
 
 
 
68
 
69
  # Starts here.
70
  question = st.chat_input(placeholder="Ask your question here .... !!!!")
 
65
 
66
  st.session_state.fbk = str(uuid.uuid4())
67
 
68
+ st.title('METROPOLE SIGNATAIRE CHATBOT')
69
+ left_co, cent_co,last_co = st.columns(3)
70
+ with cent_co:
71
+ st.image(
72
+ "https://www.nicecotedazur.org/wp-content/themes/mnca/images/logo-metropole-nca.png",
73
+ )
74
 
75
  # Starts here.
76
  question = st.chat_input(placeholder="Ask your question here .... !!!!")