ankban commited on
Commit
71e5d38
·
verified ·
1 Parent(s): 42b0f48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def main_app():
35
  gr.Markdown("---")
36
 
37
  # === Main View Panels ===
38
- with gr.Column(scale=4):
39
  nickname_display # Render at top
40
  with gr.Column(visible=True, elem_id="module-wrapper") as spoken_panel:
41
  spoken_dashboard()
 
35
  gr.Markdown("---")
36
 
37
  # === Main View Panels ===
38
+ with gr.Column(scale=4, elem_classes=["main-content"]):
39
  nickname_display # Render at top
40
  with gr.Column(visible=True, elem_id="module-wrapper") as spoken_panel:
41
  spoken_dashboard()