shukdevdatta123 commited on
Commit
9eb6f89
·
verified ·
1 Parent(s): 23efdb5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("course_query_logo.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
 
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