nik-one commited on
Commit
fca747a
β€’
1 Parent(s): 6daf863

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("C:/Users/nikhi/PycharmProjects/AURA/img/Designer.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**.
 
9
  # Display the logo image
10
  col1, col2, col3 = st.columns([1, 30, 1])
11
  with col2:
12
+ st.image("img/Designer.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**.