shubhendu-ghosh commited on
Commit
928ae37
1 Parent(s): aee4f77

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -112,21 +112,20 @@ components.html(
112
  height: 100px;
113
  width: 100%;
114
  background-color: #f002a5;
115
- border-radius: 20px;
116
  position: relative;
117
  }
118
  </style>
119
  <body>
120
  <br />
121
  <div id="block">
122
- <span style="font-size: 42px; color: white; font-family: Arial, Helvetica, sans-serif;">Get Movie recommendation of your Favorite Genre</span>
123
  </div>
124
  </body>
125
  """
126
  )
127
 
128
  #components.html("<html> <br /> <br /><br /> </html>")
129
- st.markdown(""" <span style="font-size: 30px; font-family: Arial, Helvetica, sans-serif; color: #040330;"> Enter or select a Genre</span>""", unsafe_allow_html=True)
130
  selected_genre = st.selectbox("", H)
131
  if st.button("show movies"):
132
  link = "[List of movies]("+ suggest(selected_genre)+")"
 
112
  height: 100px;
113
  width: 100%;
114
  background-color: #f002a5;
 
115
  position: relative;
116
  }
117
  </style>
118
  <body>
119
  <br />
120
  <div id="block">
121
+ <span style="font-size: 42px; color: white; font-family:sans-serif;"><b>Get Movie recommendation of your Favorite Genre</b></span>
122
  </div>
123
  </body>
124
  """
125
  )
126
 
127
  #components.html("<html> <br /> <br /><br /> </html>")
128
+ st.markdown(""" <span style="font-size: 30px; font-family: sans-serif; color: #040330;"> Enter or select a Genre</span>""", unsafe_allow_html=True)
129
  selected_genre = st.selectbox("", H)
130
  if st.button("show movies"):
131
  link = "[List of movies]("+ suggest(selected_genre)+")"