HemanM commited on
Commit
71cf0ef
Β·
verified Β·
1 Parent(s): df8494a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -159,16 +159,16 @@ Every interaction makes it smarter. You're shaping it.
159
 
160
  # === Render inside Accordions ===
161
  with gr.Accordion("🧬 EvoTransformer Architecture", open=False):
162
- arch_box
163
 
164
  with gr.Accordion("πŸ“ˆ Evolution Accuracy Plot", open=False):
165
- evo_plot
166
 
167
  with gr.Accordion("πŸ“Š User Feedback Summary", open=False):
168
- dashboard_img
169
 
170
  with gr.Accordion("πŸ” Retrain Status", open=False):
171
- retrain_status
172
 
173
 
174
  if __name__ == "__main__":
 
159
 
160
  # === Render inside Accordions ===
161
  with gr.Accordion("🧬 EvoTransformer Architecture", open=False):
162
+ arch_box
163
 
164
  with gr.Accordion("πŸ“ˆ Evolution Accuracy Plot", open=False):
165
+ evo_plot
166
 
167
  with gr.Accordion("πŸ“Š User Feedback Summary", open=False):
168
+ dashboard_img
169
 
170
  with gr.Accordion("πŸ” Retrain Status", open=False):
171
+ retrain_status
172
 
173
 
174
  if __name__ == "__main__":