aiscientist commited on
Commit
c4567e9
·
verified ·
1 Parent(s): ed66cea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -40,5 +40,9 @@ def main():
40
  st.write(answer)
41
  st.write(f"Answer (took {round(end - start, 2)} s.)")
42
 
 
 
 
43
  if __name__ == "__main__":
44
  main()
 
 
40
  st.write(answer)
41
  st.write(f"Answer (took {round(end - start, 2)} s.)")
42
 
43
+ # Add the image
44
+ st.image("chatbot.jpeg", caption="Chatbot", use_column_width=True)
45
+
46
  if __name__ == "__main__":
47
  main()
48
+