SmonF commited on
Commit
80ef9b7
·
1 Parent(s): d23364d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -52,8 +52,8 @@ def generate_summary(text, max_length=100, min_length=30):
52
  def main():
53
 
54
  if choice == "Home":
55
- st.image("src\samsung.jpg", width=680)
56
-
57
  st.markdown(
58
  "<h1 style='color: #FF9900; font-size: 3em;'>SAMSUNG INNOVATION CAMPUS</h1>", unsafe_allow_html=True)
59
  st.subheader("Welcome to Our Dialogue Summarizer App!")
 
52
  def main():
53
 
54
  if choice == "Home":
55
+ #st.image("src\samsung.jpg", width=680)
56
+ st.image("https://drive.google.com/file/d/1Cy73Cr1CZ90E_E4iWmf_xOAWNTAKmqcj/view?usp=share_link")
57
  st.markdown(
58
  "<h1 style='color: #FF9900; font-size: 3em;'>SAMSUNG INNOVATION CAMPUS</h1>", unsafe_allow_html=True)
59
  st.subheader("Welcome to Our Dialogue Summarizer App!")