abanm commited on
Commit
e8e7572
·
verified ·
1 Parent(s): 25c2f56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -39,12 +39,11 @@ st.markdown(
39
  )
40
 
41
  # Display the image in the corner
42
- image_path = "/Problems.png" # Path to the uploaded image
43
  st.markdown(
44
- f'<img src="data:image/png;base64,{st.file_uploader(image_path).getvalue().decode("utf-8")}" class="corner-image">',
45
  unsafe_allow_html=True,
46
  )
47
-
48
  # Sidebar Configuration
49
  with st.sidebar:
50
  st.title("📂 Dubs Recall")
 
39
  )
40
 
41
  # Display the image in the corner
42
+ image_path = "/Problems.png" # Static path to the image
43
  st.markdown(
44
+ f'<img src="{image_path}" class="corner-image">',
45
  unsafe_allow_html=True,
46
  )
 
47
  # Sidebar Configuration
48
  with st.sidebar:
49
  st.title("📂 Dubs Recall")