Prageeth-1 commited on
Commit
0a8f509
·
verified ·
1 Parent(s): d62f688

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -7
app.py CHANGED
@@ -96,19 +96,16 @@ st.markdown("""
96
  font-size: 40px;
97
  color: white;
98
  margin: 0;
99
-
100
  </style>
101
  """, unsafe_allow_html=True)
102
 
103
- st.markdown(
104
- f"""
105
  <div class="header">
106
- <img src="news_logo.jpg;base64,{image_base64}" alt="Logo">
107
  <h1>Daily Mirror News Analyzer</h1>
108
  </div>
109
- """,
110
- unsafe_allow_html=True
111
- )
112
 
113
  # App title and description
114
 
 
96
  font-size: 40px;
97
  color: white;
98
  margin: 0;
99
+ }
100
  </style>
101
  """, unsafe_allow_html=True)
102
 
103
+ st.markdown("""
 
104
  <div class="header">
 
105
  <h1>Daily Mirror News Analyzer</h1>
106
  </div>
107
+
108
+ )
 
109
 
110
  # App title and description
111