shukdevdatta123 commited on
Commit
5f31078
·
verified ·
1 Parent(s): b2f42a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import os
9
 
10
  # Set up Streamlit UI
11
  st.title('Educational Assistant')
12
- img = Image.open("Untitled.png") # Ensure the file is in the correct directory
13
  st.image(img, use_container_width=True) # Adjust the size as per preference
14
  st.header('Summary, Quiz Generator, Q&A, and Study Plan')
15
  st.sidebar.title('Drop your PDF here')
 
9
 
10
  # Set up Streamlit UI
11
  st.title('Educational Assistant')
12
+ img = Image.open("image.jpeg") # Ensure the file is in the correct directory
13
  st.image(img, use_container_width=True) # Adjust the size as per preference
14
  st.header('Summary, Quiz Generator, Q&A, and Study Plan')
15
  st.sidebar.title('Drop your PDF here')