Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
|
|
|
|
|
|
|
|
|
|
69 |
|
70 |
# Create a Streamlit app
|
71 |
-
st.markdown("<div class='title'>
|
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
|