Spaces:
Running
Running
Update app.py
Browse files
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.
|
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
|