cyberandy commited on
Commit
d05fda2
1 Parent(s): 43268dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def display_sources(sources):
42
 
43
  def main():
44
  # Path to the image
45
- image_path = 'img/meta-ai-logo.webp' # Replace with your image's filename and extension
46
 
47
  # Create two columns
48
  col1, col2 = st.columns([1, 2]) # Adjust the ratio as needed for your layout
 
42
 
43
  def main():
44
  # Path to the image
45
+ image_path = 'img/meta-ai-logo.png' # Replace with your image's filename and extension
46
 
47
  # Create two columns
48
  col1, col2 = st.columns([1, 2]) # Adjust the ratio as needed for your layout