Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ if openai_api_key:
|
|
90 |
st.header("Course Query Assistant")
|
91 |
|
92 |
# Display image/logo in the "Course Query Assistant" section (optional)
|
93 |
-
course_query_image = Image.open("
|
94 |
st.image(course_query_image, width=150) # Adjust the size as per preference
|
95 |
|
96 |
# Upload course materials
|
|
|
90 |
st.header("Course Query Assistant")
|
91 |
|
92 |
# Display image/logo in the "Course Query Assistant" section (optional)
|
93 |
+
course_query_image = Image.open("Capture.PNG") # Ensure the file is in the correct directory
|
94 |
st.image(course_query_image, width=150) # Adjust the size as per preference
|
95 |
|
96 |
# Upload course materials
|