lotrlol commited on
Commit
7cc7a2f
1 Parent(s): 97c9088

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -33
main.py CHANGED
@@ -167,39 +167,7 @@ def home_page():
167
  same_art=col3.selectbox("How many recommendations by the same artist",options=(1,2,3,4,5,7,10,15),index=3,key='same_art',on_change=update_same_art)
168
 
169
 
170
- ##st.markdown("<br>", unsafe_allow_html=True)
171
- st.markdown(
172
- f"""
173
- <style>
174
- .stApp {{
175
- background-color: pink;
176
- color: white;
177
- border: 2px solid black;
178
- border-radius: 20px;
179
- font-family: sans-serif;
180
- font-size: 1.2em;
181
- text-align: center;
182
- box-shadow: 2px 2px 2px black;
183
- overflow: hidden;
184
- }}
185
-
186
- .stMenu {{
187
- background-color: pink;
188
- color: white;
189
- border: 2px solid black;
190
- border-radius: 20px;
191
- font-family: sans-serif;
192
- font-size: 1.2em;
193
- text-align: center;
194
- box-shadow: 2px 2px 2px black;
195
- overflow: hidden;
196
- }}
197
- </style>
198
- """,
199
- unsafe_allow_html=True
200
- )
201
-
202
-
203
  if radio == "Playlist" :
204
  st.session_state.playlist_url = st.session_state.p_url
205
  Url = st.text_input(label="Playlist Url",key='playlist_url',on_change=update_playlist_url)
 
167
  same_art=col3.selectbox("How many recommendations by the same artist",options=(1,2,3,4,5,7,10,15),index=3,key='same_art',on_change=update_same_art)
168
 
169
 
170
+ st.markdown("<br>", unsafe_allow_html=True)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
171
  if radio == "Playlist" :
172
  st.session_state.playlist_url = st.session_state.p_url
173
  Url = st.text_input(label="Playlist Url",key='playlist_url',on_change=update_playlist_url)