Update app.py
Browse files
app.py
CHANGED
@@ -240,7 +240,7 @@ def page_1():
|
|
240 |
st.error(f"Error processing PDF: {e}")
|
241 |
|
242 |
def page_2():
|
243 |
-
add_background_image("bg2.
|
244 |
st.markdown("""
|
245 |
<svg width="600" height="100">
|
246 |
<text x="50%" y="50%" font-family="San serif" font-size="42px" fill="Black" text-anchor="middle" stroke="white"
|
|
|
240 |
st.error(f"Error processing PDF: {e}")
|
241 |
|
242 |
def page_2():
|
243 |
+
add_background_image("bg2.jpg")
|
244 |
st.markdown("""
|
245 |
<svg width="600" height="100">
|
246 |
<text x="50%" y="50%" font-family="San serif" font-size="42px" fill="Black" text-anchor="middle" stroke="white"
|