Elbachaik commited on
Commit
497a68f
·
verified ·
1 Parent(s): 742c701

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -2
app.py CHANGED
@@ -65,10 +65,15 @@ st.markdown("""
65
 
66
  # Add the image at the top
67
  image_url = "https://th.bing.com/th/id/OIP.9aA0fOLzb4r7HUPzWKvUiwAAAA?rs=1&pid=ImgDetMain" # Replace this with your image URL
68
- st.image(image_url, width=300)
 
 
 
 
 
69
 
70
  # Create a Streamlit app
71
- st.markdown("<div class='title'>KYC_Chatbot</div>", unsafe_allow_html=True)
72
  st.markdown("### Ask me anything about our company!")
73
 
74
  # Create a text input field for the user to enter their query
 
65
 
66
  # Add the image at the top
67
  image_url = "https://th.bing.com/th/id/OIP.9aA0fOLzb4r7HUPzWKvUiwAAAA?rs=1&pid=ImgDetMain" # Replace this with your image URL
68
+ st.markdown(f"""
69
+ <div style='text-align: center;'>
70
+ <img src="{image_url}" width="300">
71
+ </div>
72
+ """, unsafe_allow_html=True)
73
+
74
 
75
  # Create a Streamlit app
76
+ st.markdown("<div class='title'>KYC Virtual Assistant</div>", unsafe_allow_html=True)
77
  st.markdown("### Ask me anything about our company!")
78
 
79
  # Create a text input field for the user to enter their query