Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
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()
|