Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ st.set_page_config(page_title="AURA", layout="centered")
|
|
9 |
# Display the logo image
|
10 |
col1, col2, col3 = st.columns([1, 30, 1])
|
11 |
with col2:
|
12 |
-
st.image("img/
|
13 |
|
14 |
st.write("""
|
15 |
π **Greetings!** π I am **AURA**: your **Artificial Understanding and Responsive Assistant**.
|
|
|
9 |
# Display the logo image
|
10 |
col1, col2, col3 = st.columns([1, 30, 1])
|
11 |
with col2:
|
12 |
+
st.image("img/AURA.png", use_column_width=True) # Adjusted the path to use the uploaded image
|
13 |
|
14 |
st.write("""
|
15 |
π **Greetings!** π I am **AURA**: your **Artificial Understanding and Responsive Assistant**.
|