AdritRao commited on
Commit
73f61c2
·
1 Parent(s): d156228

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -11
app.py CHANGED
@@ -11,17 +11,6 @@ from io import BytesIO
11
  from tkinter import Tcl
12
  from PIL import Image
13
 
14
- logo_path = "your_logo.png" # Replace with your logo's file path
15
- logo_width = 90 # Adjust the width as needed
16
-
17
- # Define the custom header HTML
18
- header_html = """
19
- <div style="display: flex; justify-content: center;">
20
- <img src="logo.png" alt="Logo" width="90">
21
- </div>
22
- """
23
-
24
-
25
  # Render the custom header
26
  st.markdown(header_html, unsafe_allow_html=True)
27
 
 
11
  from tkinter import Tcl
12
  from PIL import Image
13
 
 
 
 
 
 
 
 
 
 
 
 
14
  # Render the custom header
15
  st.markdown(header_html, unsafe_allow_html=True)
16