aiscientist commited on
Commit
103ec33
·
verified ·
1 Parent(s): 0ae7a7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def main():
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()
 
41
  st.write(f"Answer (took {round(end - start, 2)} s.)")
42
 
43
  # Add the image
44
+ st.image("chatbot.jpg", caption="Chatbot", use_column_width=True)
45
 
46
  if __name__ == "__main__":
47
  main()