siddhartharyaai commited on
Commit
eddcc3f
·
verified ·
1 Parent(s): f5e2639

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -6
app.py CHANGED
@@ -241,11 +241,7 @@ def main():
241
  .stFileUploader>div>div>div {
242
  transform: scale(0.9);
243
  }
244
- /* Make radio buttons horizontal if needed */
245
- div[role="radiogroup"] > label {
246
- display: inline-block;
247
- margin-right: 1em;
248
- }
249
  /* Footer styling */
250
  footer {
251
  text-align: center;
@@ -258,7 +254,7 @@ def main():
258
 
259
  logo_col, title_col = st.columns([1, 10])
260
  with logo_col:
261
- st.image("logomypod.jpg", width=60)
262
  with title_col:
263
  st.markdown("## MyPod v2: AI-Powered Podcast Magic")
264
 
 
241
  .stFileUploader>div>div>div {
242
  transform: scale(0.9);
243
  }
244
+ /* Remove any custom radio button styling to revert to original layout */
 
 
 
 
245
  /* Footer styling */
246
  footer {
247
  text-align: center;
 
254
 
255
  logo_col, title_col = st.columns([1, 10])
256
  with logo_col:
257
+ st.image("logomypod.jpg", width=70) # Increased size by ~15%
258
  with title_col:
259
  st.markdown("## MyPod v2: AI-Powered Podcast Magic")
260