BaRiDo commited on
Commit
7fc8447
·
verified ·
1 Parent(s): 5e67151

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -19,6 +19,8 @@ if "messages" not in st.session_state:
19
  if "user_input" not in st.session_state:
20
  st.session_state.user_input = ""
21
 
 
 
22
  ##############################################
23
  ##
24
  ## IBM API
 
19
  if "user_input" not in st.session_state:
20
  st.session_state.user_input = ""
21
 
22
+ st.image("banner.jpg")
23
+
24
  ##############################################
25
  ##
26
  ## IBM API